diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 21:08:04 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 21:11:21 +0200 |
commit | 04b7dd038c636dd62a4a2edeaa97bc063663c130 (patch) | |
tree | f19e180d966c6d5379b00c4bf6a6e4b4cca2ae05 | |
parent | 2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff) | |
download | gitlab-ce-04b7dd038c636dd62a4a2edeaa97bc063663c130.tar.gz |
Improve new file commit placeholder.
-rw-r--r-- | app/views/projects/new_tree/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/new_tree/show.html.haml b/app/views/projects/new_tree/show.html.haml index 4ce8d372a38..24d77344fd5 100644 --- a/app/views/projects/new_tree/show.html.haml +++ b/app/views/projects/new_tree/show.html.haml @@ -25,7 +25,8 @@ Commit message .col-sm-10 = 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')} + params[:commit_message], placeholder: 'Add new file', + required: true, rows: 3, class: 'form-control')} .file-holder .file-title |