diff options
Diffstat (limited to 'app/views/hooks/show.html.haml')
| -rw-r--r-- | app/views/hooks/show.html.haml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/hooks/show.html.haml b/app/views/hooks/show.html.haml index 6bc1132de27..47c1ddeac40 100644 --- a/app/views/hooks/show.html.haml +++ b/app/views/hooks/show.html.haml @@ -1,5 +1,8 @@ = render "repositories/head" -%h3= @hook.url +%h3 + %span.commit.tag POST + = @hook.url + - if can? current_user, :admin_project, @project .merge-tabs |
