summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-29 23:11:30 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-30 23:32:03 +0200
commit0d4ae0e392b3ea5c5ff3b0fd37725cdc07a70191 (patch)
tree30726dc68cba3b26165e44055af8e48e7666760b /app/views/projects/tree
parent2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff)
downloadgitlab-ce-0d4ae0e392b3ea5c5ff3b0fd37725cdc07a70191.tar.gz
Titleize blob action buttons.
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_tree.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree.html.haml b/app/views/projects/tree/_tree.html.haml
index 84c3682d7ab..9fe990d0fbd 100644
--- a/app/views/projects/tree/_tree.html.haml
+++ b/app/views/projects/tree/_tree.html.haml
@@ -30,7 +30,7 @@
= link_to @commit.short_id, project_commit_path(@project, @commit)
&ndash;
= truncate(@commit.title, length: 50)
- = link_to "history", project_commits_path(@project, @id), class: "pull-right"
+ = link_to 'History', project_commits_path(@project, @id), class: 'pull-right'
- if @path.present?
%tr.tree-item