Guest User

Untitled

a guest
Jun 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .listing-section(id="#{name}-section")
  2. .listing-header
  3. .listing-title= title
  4. .listing-counter= counter
  5. .listing-actions
  6. - listing_actions.each do |action|
  7. !~ render_listing_action(action, name)
  8.  
  9. .listing-inner
  10. .table-block(id="#{name}-list" class="#{extra_class}")
  11. !~ partial :"tables/#{template_name}", records: records
  12.  
  13. .more
  14. %a.button More
Add Comment
Please, Sign In to add comment