mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 04:26:08 +10:00
Improve web editor filename placeholder
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
- if current_action?(:new) || current_action?(:create)
|
||||
\/
|
||||
= text_field_tag 'file_name', params[:file_name], placeholder: "sample.rb",
|
||||
= text_field_tag 'file_name', params[:file_name], placeholder: "File name",
|
||||
required: true, class: 'form-control new-file-name'
|
||||
.pull-right
|
||||
= select_tag :encoding, options_for_select([ "base64", "text" ], "text"), class: 'form-control'
|
||||
|
||||
Reference in New Issue
Block a user