Skip to content

Commit

Permalink
Merge pull request larvalabs#240 from parenparen/master
Browse files Browse the repository at this point in the history
Added back lines used for contribution count
  • Loading branch information
megamattron committed Feb 20, 2014
2 parents 198a498 + 6192c53 commit 50d57e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/news/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,6 @@ block content
a(href=(page-1), class='btn btn-sm btn-default')='Previous Page'
if items.length === newsItemsPerPage
a(href= (filteredSource ? '/news/source/' + filteredSource : '/news') + '/page/' + (page+1), class='btn btn-sm btn-default pull-right')='Next Page'

div(id='filtered-user' data-val=filteredUser)
script(src='/js/newsIndex.js?v#{cacheBuster}')

0 comments on commit 50d57e9

Please sign in to comment.