Skip to content

Commit

Permalink
Added back lines used for contribution count
Browse files Browse the repository at this point in the history
Lines removed in a subsequent pull request broke the contribution count feature. They have been added back.
  • Loading branch information
parenparen committed Feb 20, 2014
1 parent b61865b commit 6192c53
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 @@ -143,3 +143,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 6192c53

Please sign in to comment.