summaryrefslogtreecommitdiff
path: root/app/views/projects/blob
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-06-22 17:07:19 -0700
committerStan Hu <stanhu@gmail.com>2017-06-22 17:07:19 -0700
commit516a3b788078b9296a86bfa6b8d3160ea742f851 (patch)
treead45ec7ad9bcf3c4c636dbb26858dc5aee99e918 /app/views/projects/blob
parent5cd1a48d5e1b020770cb105eb946ff2936e2136a (diff)
downloadgitlab-ce-516a3b788078b9296a86bfa6b8d3160ea742f851.tar.gz
Revert "Annotate" to "Blame"sh-revert-annotate-for-blame
Diffstat (limited to 'app/views/projects/blob')
-rw-r--r--app/views/projects/blob/_breadcrumb.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_breadcrumb.html.haml b/app/views/projects/blob/_breadcrumb.html.haml
index 5840e9863f4..2c944b516a4 100644
--- a/app/views/projects/blob/_breadcrumb.html.haml
+++ b/app/views/projects/blob/_breadcrumb.html.haml
@@ -27,7 +27,7 @@
= link_to 'Normal view', namespace_project_blob_path(@project.namespace, @project, @id),
class: 'btn'
- else
- = link_to 'Annotate', namespace_project_blame_path(@project.namespace, @project, @id),
+ = link_to 'Blame', namespace_project_blame_path(@project.namespace, @project, @id),
class: 'btn js-blob-blame-link' unless blob.empty?
= link_to 'History', namespace_project_commits_path(@project.namespace, @project, @id),