diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-10 12:22:56 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-10 12:22:56 -0700 |
commit | bed783ac15453f60651f861803bba93c622625ba (patch) | |
tree | d560107fff213edcc6abb51f215a029b1e5fd740 /app/views/projects/hook_logs | |
parent | e42f7e2a5a733d7c3682bd7d15e509e1943003bc (diff) | |
download | gitlab-ce-bed783ac15453f60651f861803bba93c622625ba.tar.gz |
Rename btn-secondary to btn-default
Diffstat (limited to 'app/views/projects/hook_logs')
-rw-r--r-- | app/views/projects/hook_logs/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hook_logs/show.html.haml b/app/views/projects/hook_logs/show.html.haml index 50839a75396..e51efa85df0 100644 --- a/app/views/projects/hook_logs/show.html.haml +++ b/app/views/projects/hook_logs/show.html.haml @@ -4,6 +4,6 @@ Request details .col-lg-9 - = link_to 'Resend Request', retry_project_hook_hook_log_path(@project, @hook, @hook_log), class: "btn btn-secondary float-right prepend-left-10" + = link_to 'Resend Request', retry_project_hook_hook_log_path(@project, @hook, @hook_log), class: "btn btn-default float-right prepend-left-10" = render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log } |