summaryrefslogtreecommitdiff
path: root/app/views/projects/network
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-05 13:41:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-05 13:41:09 +0200
commitac6c050773bdd24f63f94dc2f4124778fa604b53 (patch)
treeaf8dbe768a63587e4c2594e642895710c4b5d2bf /app/views/projects/network
parent46e0e59217ce77690cc5de8de0e984ee7550aafe (diff)
downloadgitlab-ce-ac6c050773bdd24f63f94dc2f4124778fa604b53.tar.gz
Fix network tests. Removed console.log
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/network')
-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 70c05461d5e..125a9ab2976 100644
--- a/app/views/projects/network/_head.html.haml
+++ b/app/views/projects/network/_head.html.haml
@@ -2,7 +2,7 @@
.col-sm-2
= render partial: 'shared/ref_switcher', locals: {destination: 'graph'}
.col-sm-10
- = form_tag project_network_path(@project, @id), method: :get, class: 'form-inline' do |f|
+ = 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'
= 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