issue #103
This commit is contained in:
parent
d3931bfc06
commit
a18924e954
2 changed files with 6 additions and 5 deletions
|
@ -22,12 +22,11 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/mbleigh/seed-fu.git
|
remote: git://github.com/mbleigh/seed-fu.git
|
||||||
revision: 29fe8c61ca6cc4408115ea7475fe2647081bd348
|
revision: 77be06852b18fb01e272ab763ddb292da575586c
|
||||||
branch: rails-3-1
|
|
||||||
specs:
|
specs:
|
||||||
seed-fu (2.0.1.rails31)
|
seed-fu (2.1.0)
|
||||||
activerecord (~> 3.1.0.rc4)
|
activerecord (~> 3.1.0)
|
||||||
activesupport (~> 3.1.0.rc4)
|
activesupport (~> 3.1.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
|
|
|
@ -9,5 +9,7 @@
|
||||||
= select_tag "tag", options_for_select(@project.tags, @branch), :onchange => "this.form.submit();", :class => "", :prompt => "Tags"
|
= 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"]
|
= text_field_tag "ssh", @project.url_to_repo, :class => ["ssh_project_url", "one_click_select"]
|
||||||
.clear
|
.clear
|
||||||
|
- if params[:path]
|
||||||
|
%h3{:style => "color:#555"} /#{params[:path]}
|
||||||
%div{:id => dom_id(@project)}
|
%div{:id => dom_id(@project)}
|
||||||
= render "commits"
|
= render "commits"
|
||||||
|
|
Loading…
Reference in a new issue