This file contains 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 :item_title do | |
= link_to unit.name, unit | |
= content_for :actions do | |
= edit_button(unit) | |
= destroy_button(unit) | |
= link_to replicate_unit_path(unit), remote: true, class: 'btn btn-default replicate-unit' do | |
%i.fa.fa-copy | |
= label_group 'Issues' do | |
- if unit.alerts? | |
.tag.tag-danger |
This file contains 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
.container | |
.row | |
.col-md-12 | |
.page-header | |
%h1 | |
= image_tag(@user.gravatar_url(size: '48'), title: "Yo #{@user.name}!", :alt => '') | |
= @user.name | |
%small | |
= @user.nickname | |
%p |