summaryrefslogtreecommitdiff
path: root/app/views/projects/network/_head.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/network/_head.html.haml')
-rw-r--r--app/views/projects/network/_head.html.haml2
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 2f16eaf3104..9d9324c2693 100644
--- a/app/views/projects/network/_head.html.haml
+++ b/app/views/projects/network/_head.html.haml
@@ -15,7 +15,7 @@
.form-group
= label_tag :search , "Looking for commit:", class: 'control-label light'
.col-sm-10
- = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input input-xlarge"
+ = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input input-lg"
= button_tag type: 'submit', class: 'btn vtop' do
%i.icon-search
- @options.each do |key, value|