Skip to content
Snippets Groups Projects
Commit 04b7dd03 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

Improve new file commit placeholder.

parent 2b88c9cd
No related branches found
No related tags found
No related merge requests found
Loading
@@ -25,7 +25,8 @@
Loading
@@ -25,7 +25,8 @@
Commit message Commit message
.col-sm-10 .col-sm-10
= render 'shared/commit_message_container', {textarea: text_area_tag('commit_message', = 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-holder
.file-title .file-title
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment