Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Created September 3, 2014 06:49
Show Gist options
  • Save stabenfeldt/2d8f80276bfe14eb68c6 to your computer and use it in GitHub Desktop.
Save stabenfeldt/2d8f80276bfe14eb68c6 to your computer and use it in GitHub Desktop.
- content_for :breadcrumb do
= link_to 'Mine prosjekter', projects_path
| >
= @department.title
table
thead
th
th Kunde
tbody
- @customers && @customers.each do |c|
tr(data-customer-id="#{c.id}")
td
starred object-class="martin"
td = link_to c.name, customer_projects_path(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment