This commit is contained in:
gitlabhq 2011-10-14 15:22:07 +03:00
parent d3931bfc06
commit a18924e954
2 changed files with 6 additions and 5 deletions

View file

@ -9,5 +9,7 @@
= select_tag "tag", options_for_select(@project.tags, @branch), :onchange => "this.form.submit();", :class => "", :prompt => "Tags"
= text_field_tag "ssh", @project.url_to_repo, :class => ["ssh_project_url", "one_click_select"]
.clear
- if params[:path]
%h3{:style => "color:#555"} /#{params[:path]}
%div{:id => dom_id(@project)}
= render "commits"