Commit e2073f28 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7921 from cirosantilli/improve-new-file-commit-placeholder

Improve new file commit message textarea placeholder.
parents 4b6bbf92 04b7dd03
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment