Skip to content

Instantly share code, notes, and snippets.

@matflores
Created October 25, 2010 19:12
Show Gist options
  • Save matflores/645528 to your computer and use it in GitHub Desktop.
Save matflores/645528 to your computer and use it in GitHub Desktop.
.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