Skip to content

Instantly share code, notes, and snippets.

@MichaelCPell
Created July 1, 2014 19:20
Show Gist options
  • Save MichaelCPell/bd3ca0a9a9e6c06810b1 to your computer and use it in GitHub Desktop.
Save MichaelCPell/bd3ca0a9a9e6c06810b1 to your computer and use it in GitHub Desktop.
Haml Example
= link_to "New Category", new_category_path, :class => 'button primary table-action-button large'
%h2.section-title Categories
#applications.data
- if @categories.any?
%table.list-items.white
= render "table_header"
= render @categories
- else
.empty= "There are no categories to display"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment