Commit 0e61011499b02cbe2fa201409cddf03fc03cd7a6

Authored by Johannes Schleifenbaum
1 parent d28ee0df

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
... ...