Commit 0c314215718dd419afcbebdfd3687f70ca4f3803
1 parent
508db3da
Exists in
master
and in
1 other branch
Update button styles
Showing
4 changed files
with
8 additions
and
3 deletions
Show diff stats
app/views/apps/show.html.haml
| ... | ... | @@ -6,9 +6,8 @@ |
| 6 | 6 | = @app.api_key |
| 7 | 7 | - content_for :action_bar do |
| 8 | 8 | - if current_user.admin? |
| 9 | - = link_to 'edit', edit_app_path(@app) | |
| 10 | - | | |
| 11 | - = link_to 'destroy', app_path(@app), :method => :delete, :confirm => 'Seriously?' | |
| 9 | + = link_to 'edit', edit_app_path(@app), :class => 'button' | |
| 10 | + = link_to 'destroy', app_path(@app), :method => :delete, :confirm => 'Seriously?', :class => 'button' | |
| 12 | 11 | |
| 13 | 12 | - if @app.errs.none? |
| 14 | 13 | %h3 Setup your app | ... | ... |
app/views/users/index.html.haml
app/views/users/show.html.haml