gitlabhq/app/views/layouts/_middle_panel.html.haml
2011-12-19 23:32:59 +02:00

11 lines
432 B
Plaintext

%h4.middle-panel
.project_name
= truncate @project.name, :length => 20
.git_url_wrapper
%input.git-url.text{:id => "", :name => "", :readonly => "", :type => "text", :value => @project.url_to_repo, :class => "one_click_select"}
= yield :rss_icon
- if @project.repo_exists?
.right= render :partial => "projects/refs", :locals => { :destination => controller.controller_name == "commits" ? "commits" : "tree" }