design improve of form of key
This commit is contained in:
parent
ce51525ec7
commit
039b6db483
2 changed files with 6 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
.input= f.text_field :title
|
||||
.clearfix
|
||||
= f.label :key
|
||||
.input= f.text_area :key, :class => "xlarge"
|
||||
.input= f.text_area :key, :class => [:xxlarge, :thin_area]
|
||||
.actions
|
||||
= f.submit 'Save', :class => "primary btn"
|
||||
= link_to "Cancel", keys_path, :class => "btn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue