Commit a18924e954e79f07778da65d5978823d63f98ecf
1 parent
d3931bfc
Exists in
master
and in
4 other branches
issue #103
Showing
2 changed files
with
6 additions
and
5 deletions
Show diff stats
Gemfile.lock
| ... | ... | @@ -22,12 +22,11 @@ GIT |
| 22 | 22 | |
| 23 | 23 | GIT |
| 24 | 24 | remote: git://github.com/mbleigh/seed-fu.git |
| 25 | - revision: 29fe8c61ca6cc4408115ea7475fe2647081bd348 | |
| 26 | - branch: rails-3-1 | |
| 25 | + revision: 77be06852b18fb01e272ab763ddb292da575586c | |
| 27 | 26 | specs: |
| 28 | - seed-fu (2.0.1.rails31) | |
| 29 | - activerecord (~> 3.1.0.rc4) | |
| 30 | - activesupport (~> 3.1.0.rc4) | |
| 27 | + seed-fu (2.1.0) | |
| 28 | + activerecord (~> 3.1.0) | |
| 29 | + activesupport (~> 3.1.0) | |
| 31 | 30 | |
| 32 | 31 | GEM |
| 33 | 32 | remote: http://rubygems.org/ | ... | ... |
app/views/commits/index.html.haml
| ... | ... | @@ -9,5 +9,7 @@ |
| 9 | 9 | = select_tag "tag", options_for_select(@project.tags, @branch), :onchange => "this.form.submit();", :class => "", :prompt => "Tags" |
| 10 | 10 | = text_field_tag "ssh", @project.url_to_repo, :class => ["ssh_project_url", "one_click_select"] |
| 11 | 11 | .clear |
| 12 | + - if params[:path] | |
| 13 | + %h3{:style => "color:#555"} /#{params[:path]} | |
| 12 | 14 | %div{:id => dom_id(@project)} |
| 13 | 15 | = render "commits" | ... | ... |