usability improvements

This commit is contained in:
Dmitriy Zaporozhets 2012-01-21 23:17:29 +02:00
parent c5a48a6a90
commit e48a0b8eab
11 changed files with 41 additions and 30 deletions

View file

@ -14,5 +14,5 @@
%td= f.text_area :key, :style => "width:300px; height:130px"
%br
.merge-tabs
= f.submit 'Save', :class => "grey-button"
= f.submit 'Save', :class => "positive-button"

View file

@ -9,7 +9,7 @@
.notice_holder
%li Deploy Keys do not exist yet.
- if can? current_user, :admin_project, @project
%li You can add a new one by clicking on plus icon
%li You can add a new one by clicking on "Add New" button
:javascript
$('.delete-key').live('ajax:success', function() {