install & update

This commit is contained in:
gitlabhq 2011-10-14 16:40:41 +03:00
commit 2cd52b492a
7 changed files with 100 additions and 56 deletions

View file

@ -9,7 +9,10 @@
= 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
<<<<<<< HEAD
- if params[:path]
%h3{:style => "color:#555"} /#{params[:path]}
=======
>>>>>>> d3784687943e0bd699d73d82a6bc6cac39689473
%div{:id => dom_id(@project)}
= render "commits"