summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 17:03:23 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-23 17:11:39 +0200
commit9c60354a6a7e2f0249719b4c0cf929c5d8ebc6e2 (patch)
treea04cf70072271fc4eec67359ba8ad6e1c7f6e302 /app/views/projects/tree
parenta6dfd065ca9de2e421425a5126c68bf8949ce110 (diff)
downloadgitlab-ce-9c60354a6a7e2f0249719b4c0cf929c5d8ebc6e2.tar.gz
Make links and titles of atom feeds consistent.
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/show.html.haml b/app/views/projects/tree/show.html.haml
index 8f789efa122..a8a580944e1 100644
--- a/app/views/projects/tree/show.html.haml
+++ b/app/views/projects/tree/show.html.haml
@@ -1,6 +1,6 @@
= content_for :meta_tags do
- if current_user
- = auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, format: :atom, private_token: current_user.private_token), title: "Recent commits to #{@project.name}:#{@ref}")
+ = auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, format: :atom, private_token: current_user.private_token), title: "#{@project.name}:#{@ref} commits")
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'tree', path: @path