diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-20 10:11:22 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-10 12:07:51 +0100 |
commit | dc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb (patch) | |
tree | c5dd8fc7171503bff7b2f7819fa5451fa9f59e25 /app/views/projects/artifacts | |
parent | cfc99bbd1390bc548a703fdc7857c7db5b0e7c13 (diff) | |
download | gitlab-ce-dc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb.tar.gz |
CI build page UI update
Added sidebar
Removed elements not present in design
Diffstat (limited to 'app/views/projects/artifacts')
-rw-r--r-- | app/views/projects/artifacts/browse.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml index ede01dcc1aa..539d07d634a 100644 --- a/app/views/projects/artifacts/browse.html.haml +++ b/app/views/projects/artifacts/browse.html.haml @@ -1,4 +1,5 @@ - page_title 'Artifacts', "#{@build.name} (##{@build.id})", 'Builds' +- header_title project_title(@project, "Builds", project_builds_path(@project)) .top-block.row-content-block.clearfix .pull-right |