design improve of form of key

This commit is contained in:
Valery Sizov 2012-03-22 00:09:53 +02:00
parent ce51525ec7
commit 039b6db483
2 changed files with 6 additions and 2 deletions

View file

@ -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"