diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-05 13:58:48 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-05 13:58:48 +0200 |
commit | 7a84c5c86ccd130569684cda451ebd31c7020c1c (patch) | |
tree | a36d51a9aa9dcd87c388204cf5d023d63676f713 | |
parent | 70f705887ad52152100e45d398a5f0d330ddc5bb (diff) | |
download | gitlab-ce-7a84c5c86ccd130569684cda451ebd31c7020c1c.tar.gz |
Fix project network ui
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/projects/network/_head.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/network/_head.html.haml b/app/views/projects/network/_head.html.haml index 125a9ab2976..03684a57703 100644 --- a/app/views/projects/network/_head.html.haml +++ b/app/views/projects/network/_head.html.haml @@ -1,7 +1,7 @@ .row.append-bottom-20 - .col-sm-2 + .col-md-2.append-bottom-10 = render partial: 'shared/ref_switcher', locals: {destination: 'graph'} - .col-sm-10 + .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' = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input form-control input-mx-250" |