Created
September 3, 2014 06:49
-
-
Save stabenfeldt/2d8f80276bfe14eb68c6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- 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