Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-14 16:22:07 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-14 16:22:07 +0400
commit9a198054822eb60774bfcfc945a9f0d2ad7dd720 (patch)
tree1081b1d9aac680cf061cc9a30dcfbb4d3f44a745 /app
parent2b3579865c9e9c1ea4e04d21315aafddb7063e9a (diff)
issue #103
Diffstat (limited to 'app')
-rw-r--r--app/views/commits/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/commits/index.html.haml b/app/views/commits/index.html.haml
index 95579119aee..0e231e4ec2a 100644
--- a/app/views/commits/index.html.haml
+++ b/app/views/commits/index.html.haml
@@ -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"