Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
3
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d67117b5a185cfb15a1d7e749588ff981ffbf779
Authored by
Dmitriy Zaporozhets
2013-02-21 09:01:46 +0200
1 parent
26e340fc
fix team events show up
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/teams/show.js.haml
Side-by-side Diff
Inline Diff
app/views/teams/show.js.haml
0 → 100644
Wrap text
Diff comments
View file @
d67117b
...
...
@@ -0,0 +1,2 @@
1
+:plain
2
+ Pager.append(#{@events.count}, "#{escape_javascript(render(@events))}");
...
...