Skip to content

Commit

Permalink
Improve remove file textarea placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Sep 30, 2014
1 parent 2b88c9c commit 0c84ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/projects/blob/_remove.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c84ffa

Please sign in to comment.