Changed placeholder to 'Commit hash'
Changed 'Commit hash' to 'Git revision'
This commit is contained in:
parent
4e963fed42
commit
42a6f5c1ac
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
.project-network
|
.project-network
|
||||||
.controls
|
.controls
|
||||||
= form_tag namespace_project_network_path(@project.namespace, @project, @id), method: :get, class: 'form-inline network-form' do |f|
|
= form_tag namespace_project_network_path(@project.namespace, @project, @id), method: :get, class: 'form-inline network-form' do |f|
|
||||||
= text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: 'search-input form-control input-mx-250 search-sha'
|
= text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Git revision", class: 'search-input form-control input-mx-250 search-sha'
|
||||||
= button_tag class: 'btn btn-success' do
|
= button_tag class: 'btn btn-success' do
|
||||||
= icon('search')
|
= icon('search')
|
||||||
.inline.prepend-left-20
|
.inline.prepend-left-20
|
||||||
|
|
Loading…
Reference in a new issue