Commit 06fd4bf7 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7922 from cirosantilli/improve-remove-file-commit-placeholder

Improve remove file oommit message textarea placeholder.
parents 4e96c84e 0c84ffad
......@@ -15,7 +15,8 @@
Commit message
.col-sm-10
= render 'shared/commit_message_container', {textarea: text_area_tag('commit_message',
params[:commit_message], placeholder: "Removed this file because...", required: true, rows: 3, class: 'form-control')}
params[:commit_message], placeholder: "Remove #{@blob.name}",
required: true, rows: 3, class: 'form-control')}
.form-group
.col-sm-2
.col-sm-10
......
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