Commit 7a84c5c86ccd130569684cda451ebd31c7020c1c
1 parent
70f70588
Exists in
spb-stable
and in
3 other branches
Fix project network ui
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/projects/network/_head.html.haml
1 | 1 | .row.append-bottom-20 |
2 | - .col-sm-2 | |
2 | + .col-md-2.append-bottom-10 | |
3 | 3 | = render partial: 'shared/ref_switcher', locals: {destination: 'graph'} |
4 | - .col-sm-10 | |
4 | + .col-md-10 | |
5 | 5 | = form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f| |
6 | 6 | = label_tag :search , "Looking for", class: 'light inline-label' |
7 | 7 | = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input form-control input-mx-250" | ... | ... |