Commit 354a2854 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5982 from jojosch/fix-label-for-sha

Change the Label for SHA1-Seach inside the Network
parents 92cb7874 0e610114
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment