diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-29 23:11:30 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 23:32:03 +0200 |
commit | 0d4ae0e392b3ea5c5ff3b0fd37725cdc07a70191 (patch) | |
tree | 30726dc68cba3b26165e44055af8e48e7666760b /app/views/projects/tree | |
parent | 2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff) | |
download | gitlab-ce-0d4ae0e392b3ea5c5ff3b0fd37725cdc07a70191.tar.gz |
Titleize blob action buttons.
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r-- | app/views/projects/tree/_tree.html.haml | 2 |
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) – = 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 |