Changed placeholder to 'Commit hash'

Changed 'Commit hash' to 'Git revision'
This commit is contained in:
Luke Bennett 2016-10-10 03:32:46 +01:00
parent 4e963fed42
commit 42a6f5c1ac
No known key found for this signature in database
GPG Key ID: A738E9C68D3BF31A
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
.project-network
.controls
= 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
= icon('search')
.inline.prepend-left-20