From 61ede2f1ff6fb36c61fa3d0697756d6ebaf89981 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 24 Sep 2014 19:30:58 +0300 Subject: [PATCH] Fix creating new file via web editor Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/new_tree/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/new_tree/show.html.haml b/app/views/projects/new_tree/show.html.haml index 2f89bba5b0..4ce8d372a3 100644 --- a/app/views/projects/new_tree/show.html.haml +++ b/app/views/projects/new_tree/show.html.haml @@ -24,7 +24,7 @@ = label_tag 'commit_message', class: "control-label" do Commit message .col-sm-10 - = render 'shared/commit_message_container', {textarea: text_area_tag('commit_message form-control', + = render 'shared/commit_message_container', {textarea: text_area_tag('commit_message', params[:commit_message], placeholder: "Added new file", required: true, rows: 3, class: 'form-control')} .file-holder