diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-26 13:20:58 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-04 16:45:37 -0500 |
commit | fc20639c8d76b367dc0e0b66ef94033697b28dc7 (patch) | |
tree | 8193653258d1f894173ae18fcf5b2cfa41f6d7e5 /app/views/admin/builds/_build.html.haml | |
parent | 7878eb9fa69123981281c2d71a2964dca1b459ee (diff) | |
download | gitlab-ce-fc20639c8d76b367dc0e0b66ef94033697b28dc7.tar.gz |
Builds page redesign
Diffstat (limited to 'app/views/admin/builds/_build.html.haml')
-rw-r--r-- | app/views/admin/builds/_build.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/builds/_build.html.haml b/app/views/admin/builds/_build.html.haml index 84b78a6f36a..2b99f360d6f 100644 --- a/app/views/admin/builds/_build.html.haml +++ b/app/views/admin/builds/_build.html.haml @@ -68,5 +68,5 @@ = link_to cancel_namespace_project_build_path(build.project.namespace, build.project, build, return_to: request.original_url), method: :post, title: 'Cancel' do %i.fa.fa-remove.cred - elsif defined?(allow_retry) && allow_retry && build.retryable? - = link_to retry_namespace_project_build_path(build.project.namespace, build.project, build, return_to: request.original_url), method: :post, title: 'Retry' do + = link_to retry_namespace_project_build_path(build.project.namespace, build.project, build, return_to: request.original_url), method: :post, title: 'Retry', class: 'btn btn-refresh' do %i.fa.fa-refresh |