* fix description label
This commit is contained in:
parent
b9d30567db
commit
a7526dad43
|
|
@ -21,7 +21,8 @@
|
|||
%br/
|
||||
%select{:name => "genre"}
|
||||
.field.w100.left{:purpose => "description"}
|
||||
%label{:for => "description"}=Rails.application.config.video_available
|
||||
%label{:for => "description"} Description:
|
||||
%br/
|
||||
%textarea#claim-recording-description.w100{:name => "description"}
|
||||
-if (Rails.application.config.video_available=="full") || (current_user && current_user.admin)
|
||||
.field.left{:purpose => "save_video"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue