diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 23:23:38 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 23:23:38 +0200 |
commit | d138b3de4bf7c238e09bb56e2de8b46ba756bc5f (patch) | |
tree | 4d1139559261d19f9191ccd21ddc39dc7fb4d1ae | |
parent | 06d9ccf4843cb016855499c169a7238c1c271ee2 (diff) | |
download | gitlab-ce-d138b3de4bf7c238e09bb56e2de8b46ba756bc5f.tar.gz |
Render events for team dashboard
-rw-r--r-- | app/views/teams/show.js.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/teams/show.js.haml b/app/views/teams/show.js.haml new file mode 100644 index 00000000000..7e5a148e5ef --- /dev/null +++ b/app/views/teams/show.js.haml @@ -0,0 +1,2 @@ +:plain + Pager.append(#{@events.count}, "#{escape_javascript(render(@events))}"); |