summaryrefslogtreecommitdiff
path: root/app/views/keys/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/keys/_form.html.haml')
-rw-r--r--app/views/keys/_form.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/keys/_form.html.haml b/app/views/keys/_form.html.haml
index c25e8d073b8..ee2eafddf3b 100644
--- a/app/views/keys/_form.html.haml
+++ b/app/views/keys/_form.html.haml
@@ -11,8 +11,8 @@
.input= f.text_field :title
.clearfix
= f.label :key
- .input= f.text_area :key, :class => [:xxlarge, :thin_area]
+ .input= f.text_area :key, class: [:xxlarge, :thin_area]
.actions
- = f.submit 'Save', :class => "primary btn"
- = link_to "Cancel", keys_path, :class => "btn"
+ = f.submit 'Save', class: "primary btn"
+ = link_to "Cancel", keys_path, class: "btn"