Skip to content

Commit

Permalink
Fix project network ui
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Jan 5, 2014
1 parent 70f7058 commit 7a84c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/projects/network/_head.html.haml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7a84c5c

Please sign in to comment.