usability improvements
This commit is contained in:
parent
c5a48a6a90
commit
e48a0b8eab
11 changed files with 41 additions and 30 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue