From a7526dad43ddcd6c4a9d31f331afe096bb0aeb08 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 29 Apr 2015 15:28:01 -0500 Subject: [PATCH] * fix description label --- web/app/views/dialogs/_recordingFinishedDialog.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/views/dialogs/_recordingFinishedDialog.html.haml b/web/app/views/dialogs/_recordingFinishedDialog.html.haml index aa8c7e2d2..bbbdfa701 100644 --- a/web/app/views/dialogs/_recordingFinishedDialog.html.haml +++ b/web/app/views/dialogs/_recordingFinishedDialog.html.haml @@ -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"}