From 0e61011499b02cbe2fa201409cddf03fc03cd7a6 Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Sun, 5 Jan 2014 13:58:06 +0100 Subject: Change the Label for SHA1-Seach inside the Network --- app/views/projects/network/_head.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1