1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/contributions/index.html.haml
2010-11-06 11:52:58 -04:00

9 lines
298 B
Text

- title 'Recent Contributions'
%ul.buttons
%li= link_to 'Top Contributors', top_contributors_path, :class => 'button'
- if @contributions.empty?
%p No contributions to see here!
- else
= will_paginate @contributions
%ul.contributions= render @contributions
= will_paginate @contributions