diff options
author | Stan Hu <stanhu@gmail.com> | 2017-06-22 17:07:19 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-06-22 17:07:19 -0700 |
commit | 516a3b788078b9296a86bfa6b8d3160ea742f851 (patch) | |
tree | ad45ec7ad9bcf3c4c636dbb26858dc5aee99e918 /app/views/projects/blame/show.html.haml | |
parent | 5cd1a48d5e1b020770cb105eb946ff2936e2136a (diff) | |
download | gitlab-ce-516a3b788078b9296a86bfa6b8d3160ea742f851.tar.gz |
Revert "Annotate" to "Blame"sh-revert-annotate-for-blame
Diffstat (limited to 'app/views/projects/blame/show.html.haml')
-rw-r--r-- | app/views/projects/blame/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml index ce937ee1842..3627f72f5e1 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -1,6 +1,6 @@ - @no_container = true - project_duration = age_map_duration(@blame_groups, @project) -- page_title "Annotate", @blob.path, @ref +- page_title "Blame", @blob.path, @ref = render "projects/commits/head" %div{ class: container_class } |