Commit 354a28546dd26b15a8690f38487bd5c309fd5ba6
Exists in
spb-stable
and in
3 other branches
Merge pull request #5982 from jojosch/fix-label-for-sha
Change the Label for SHA1-Seach inside the Network
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/network/_head.html.haml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | = render partial: 'shared/ref_switcher', locals: {destination: 'graph'} |
4 | 4 | .col-md-10 |
5 | 5 | = form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f| |
6 | - = label_tag :search , "Looking for", class: 'light inline-label' | |
6 | + = label_tag :extended_sha1 , "Looking for", class: 'light inline-label' | |
7 | 7 | = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input form-control input-mx-250" |
8 | 8 | = button_tag type: 'submit', class: 'btn btn-success' do |
9 | 9 | %i.icon-search | ... | ... |