diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-25 15:02:15 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-04 16:45:37 -0500 |
commit | 7878eb9fa69123981281c2d71a2964dca1b459ee (patch) | |
tree | beb9b1a4020a6313e209ace1b0d075d56bfc03b2 /app/views/projects/artifacts | |
parent | 950ab1e8470011bda4a2c481fc73e12df391dddf (diff) | |
download | gitlab-ce-7878eb9fa69123981281c2d71a2964dca1b459ee.tar.gz |
Start builds redesign
Diffstat (limited to 'app/views/projects/artifacts')
-rw-r--r-- | app/views/projects/artifacts/browse.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml index 84034c8bf16..49f95ff37db 100644 --- a/app/views/projects/artifacts/browse.html.haml +++ b/app/views/projects/artifacts/browse.html.haml @@ -1,7 +1,7 @@ - page_title 'Artifacts', "#{@build.name} (##{@build.id})", 'Builds' = render 'projects/builds/header_title' -.top-block.gray-content-block.clearfix +.top-block.row-content-block.clearfix .pull-right = link_to download_namespace_project_build_artifacts_path(@project.namespace, @project, @build), class: 'btn btn-default download' do |