Created
October 25, 2010 19:12
-
-
Save matflores/645528 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.listing-section(id="#{name}-section") | |
.listing-header | |
.listing-title= title | |
.listing-counter= counter | |
.listing-actions | |
- listing_actions.each do |action| | |
!~ render_listing_action(action, name) | |
.listing-inner | |
.table-block(id="#{name}-list" class="#{extra_class}") | |
!~ partial :"tables/#{template_name}", records: records | |
.more | |
%a.button More |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment