summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-26 20:18:21 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-26 20:18:21 +0000
commit03f26a4091dbe78a4d1374fdbbf6b6521a378c8b (patch)
tree8fe8c9d972bdb75b1817cb7c24cdb7c31b5ccbe1 /app/views/projects/commit
parent8f11d35a9204de4f681e0cbfef54b1890d3b77da (diff)
parent40a9e39dc766c429ed9fe3c6b2308c1b15f72990 (diff)
downloadgitlab-ce-03f26a4091dbe78a4d1374fdbbf6b6521a378c8b.tar.gz
Merge branch 'remove-unnecessary-titles' into 'master'
Remove header title from project pages With new navigation design it makes no sense to duplicate title in the header. See merge request !4304
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/builds.html.haml4
-rw-r--r--app/views/projects/commit/show.html.haml2
2 files changed, 2 insertions, 4 deletions
diff --git a/app/views/projects/commit/builds.html.haml b/app/views/projects/commit/builds.html.haml
index 7118a4846c6..2f051fb90e0 100644
--- a/app/views/projects/commit/builds.html.haml
+++ b/app/views/projects/commit/builds.html.haml
@@ -1,7 +1,7 @@
- page_title "Builds", "#{@commit.title} (#{@commit.short_id})", "Commits"
-= render "projects/commits/header_title"
+
.prepend-top-default
= render "commit_box"
-= render "ci_menu"
+= render "ci_menu"
= render "builds"
diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml
index e5e3d696035..401cb4f7e30 100644
--- a/app/views/projects/commit/show.html.haml
+++ b/app/views/projects/commit/show.html.haml
@@ -1,8 +1,6 @@
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
- page_description @commit.description
-= render "projects/commits/header_title"
-
.prepend-top-default
= render "commit_box"
- if @commit.status