Skip to content

Commit

Permalink
Admin layout changes so that admin dashboard is consistent with userv…
Browse files Browse the repository at this point in the history
…iews.
  • Loading branch information
Mary Cutrali committed May 2, 2012
1 parent 067e412 commit faef00e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bootie_rockin.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@ h3.tagline {
#user_name_link{
margin-right: 10px;
}

#admin_name{
margin-right: 20px;
}
2 changes: 1 addition & 1 deletion app/views/layouts/admin.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html
= link_to "#{current_user.name}", edit_user_registration_path
= link_to("Log out",
destroy_user_session_path(:slug => nil),
:method => :delete)
:method => :delete, :class=>'btn btn-primary')

div.container
- flash.each do |name, msg|
Expand Down

0 comments on commit faef00e

Please sign in to comment.