diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index c2638b9..c247bed 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -1,5 +1,6 @@ - content_for :title, @user.name - content_for :action_bar do + %span= link_to('Add a New User', new_user_path, :class => 'add') = link_to 'edit', edit_user_path(@user), :class => 'button' = link_to 'destroy', user_path(@user), :method => :delete, :confirm => 'Seriously?', :class => 'button' @@ -12,4 +13,5 @@ %td= @user.admin? ? 'Y' : 'N' %tr %th Created - %td= @user.created_at.to_s(:micro) \ No newline at end of file + %td= @user.created_at.to_s(:micro) + -- libgit2 0.21.2