gitlabhq/app/views/graph/_head.html.haml

17 lines
553 B
Plaintext
Raw Normal View History

2013-02-12 18:22:40 +01:00
%h3.page_title Project Network Graph
%hr
.clearfix
.pull-left
2013-02-05 04:46:31 +01:00
= render partial: 'shared/ref_switcher', locals: {destination: 'graph', path: @path}
2013-02-12 18:22:40 +01:00
.search.pull-right
= form_tag project_graph_path(@project, params[:id]), method: :get do |f|
.control-group
= label_tag :search , "Looking for commit:", class: 'control-label light'
.controls
= text_field_tag :q, @q, placeholder: "Input SHA", class: "search-input xlarge"
= button_tag type: 'submit', class: 'btn vtop' do
%i.icon-search