Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 11:01:46 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 11:03:07 +0400
commitd67117b5a185cfb15a1d7e749588ff981ffbf779 (patch)
tree6b2321d586a0396c65a3c31a724632395ba431fd
parent26e340fc6c1b696d6621d3bb292aa2b050ebdee4 (diff)
fix team events show upv4.2.0
-rw-r--r--app/views/teams/show.js.haml2
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))}");