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

11 lines
486 B
Plaintext
Raw Normal View History

2012-05-17 18:11:45 +02:00
%ul.nav.nav-tabs
%li
= form_tag switch_project_refs_path(@project), method: :get, class: "project-refs-form", remote: true do
= select_tag "ref", grouped_options_refs, onchange: "$(this.form).trigger('submit');", class: "project-refs-select"
2012-05-17 18:11:45 +02:00
= hidden_field_tag :destination, "tree"
= hidden_field_tag :path, params[:path]
%li{class: "#{'active' if (controller.controller_name == "refs") }"}
= link_to tree_project_ref_path(@project, @ref) do
Source
2012-05-17 18:11:45 +02:00