11 lines
432 B
Plaintext
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" }
|
|
|