summaryrefslogtreecommitdiff
path: root/app/views/keys
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-22 08:14:23 -0500
committergitlabhq <m@gitlabhq.com>2011-11-22 08:14:23 -0500
commitb5d7fb5eed496dbef766390a57fd8eec53f842d0 (patch)
treeac0717265312c97e92b18f6afa2359516aae2c81 /app/views/keys
parent3f0d8079557e573871cbb1b62e0f90e4e34853f9 (diff)
downloadgitlab-ce-b5d7fb5eed496dbef766390a57fd8eec53f842d0.tar.gz
restyled user profile
Diffstat (limited to 'app/views/keys')
-rw-r--r--app/views/keys/_form.html.haml2
-rw-r--r--app/views/keys/_show.html.haml2
-rw-r--r--app/views/keys/index.html.haml3
3 files changed, 4 insertions, 3 deletions
diff --git a/app/views/keys/_form.html.haml b/app/views/keys/_form.html.haml
index a49164cf378..1cc7e336b5f 100644
--- a/app/views/keys/_form.html.haml
+++ b/app/views/keys/_form.html.haml
@@ -12,5 +12,5 @@
= f.label :key
= f.text_area :key, :style => "width:300px; height:130px"
.form-row
- = f.submit 'Save', :class => "lbutton vm"
+ = f.submit 'Save', :class => "grey-button"
diff --git a/app/views/keys/_show.html.haml b/app/views/keys/_show.html.haml
index a4e236256d3..fb3599896af 100644
--- a/app/views/keys/_show.html.haml
+++ b/app/views/keys/_show.html.haml
@@ -1,4 +1,4 @@
%tr
%td= truncate key.title, :lenght => 12
%td= truncate key.key, :lenght => 1114
- %td= link_to 'Cancel', key, :confirm => 'Are you sure?', :method => :delete, :class => "lbutton negative delete-key", :id => "destroy_key_#{key.id}", :remote => true
+ %td= link_to 'Cancel', key, :confirm => 'Are you sure?', :method => :delete, :class => "grey-button negative delete-key", :id => "destroy_key_#{key.id}", :remote => true
diff --git a/app/views/keys/index.html.haml b/app/views/keys/index.html.haml
index 279b125f53c..8c43ce9b2a5 100644
--- a/app/views/keys/index.html.haml
+++ b/app/views/keys/index.html.haml
@@ -1,5 +1,6 @@
%div#new-key-holder
- = link_to "Add new", new_key_path, :remote => true, :class => "lbutton vm"
+ = link_to "Add new", new_key_path, :remote => true, :class => "grey-button"
+%br
%table.round-borders#keys-table
%tr