diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-18 17:19:23 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-18 17:19:23 +0100 |
commit | a8460f215cc1949b993e774dc00bad0b506abcfa (patch) | |
tree | 57bc21d53cc2b264e622edbacbaa3b53282cc684 /app/views/projects/compare | |
parent | 4e74eb8178faaf364a421a5113877db434d365e8 (diff) | |
download | gitlab-ce-a8460f215cc1949b993e774dc00bad0b506abcfa.tar.gz |
style updates
fixed some more breadcrumb titles
Diffstat (limited to 'app/views/projects/compare')
-rw-r--r-- | app/views/projects/compare/index.html.haml | 1 | ||||
-rw-r--r-- | app/views/projects/compare/show.html.haml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml index 2cf14859f30..2632fea6eba 100644 --- a/app/views/projects/compare/index.html.haml +++ b/app/views/projects/compare/index.html.haml @@ -1,4 +1,5 @@ - @no_container = true +- breadcrumb_title "Compare Revisions" - page_title "Compare" = render "projects/commits/head" diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml index 8cfa279bd68..7cc42455394 100644 --- a/app/views/projects/compare/show.html.haml +++ b/app/views/projects/compare/show.html.haml @@ -1,5 +1,5 @@ - @no_container = true -- breadcrumb_title "Compare" +- add_to_breadcrumbs "Compare Revisions", project_compare_index_path(@project) - page_title "#{params[:from]}...#{params[:to]}" = render "projects/commits/head" |