diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-06 06:13:45 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-06 06:13:45 -0800 |
commit | 354a28546dd26b15a8690f38487bd5c309fd5ba6 (patch) | |
tree | fa97a69b96e4b2877473b7bdbadccbdcc05590ec | |
parent | 92cb78749534567d9480e1753ca4fdb0cced3b39 (diff) | |
parent | 0e61011499b02cbe2fa201409cddf03fc03cd7a6 (diff) | |
download | gitlab-ce-354a28546dd26b15a8690f38487bd5c309fd5ba6.tar.gz |
Merge pull request #5982 from jojosch/fix-label-for-sha
Change the Label for SHA1-Seach inside the Network
-rw-r--r-- | app/views/projects/network/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/network/_head.html.haml b/app/views/projects/network/_head.html.haml index 03684a57703..d61ff789b65 100644 --- a/app/views/projects/network/_head.html.haml +++ b/app/views/projects/network/_head.html.haml @@ -3,7 +3,7 @@ = render partial: 'shared/ref_switcher', locals: {destination: 'graph'} .col-md-10 = form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f| - = label_tag :search , "Looking for", class: 'light inline-label' + = label_tag :extended_sha1 , "Looking for", class: 'light inline-label' = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input form-control input-mx-250" = button_tag type: 'submit', class: 'btn btn-success' do %i.icon-search |