summaryrefslogtreecommitdiff
path: root/app/views/projects/hook_logs/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/hook_logs/_index.html.haml')
-rw-r--r--app/views/projects/hook_logs/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hook_logs/_index.html.haml b/app/views/projects/hook_logs/_index.html.haml
index 6962b223451..05b06cfc8b2 100644
--- a/app/views/projects/hook_logs/_index.html.haml
+++ b/app/views/projects/hook_logs/_index.html.haml
@@ -28,7 +28,7 @@
%td.light
= time_ago_with_tooltip(hook_log.created_at)
%td
- = link_to 'View details', namespace_project_hook_hook_log_path(project.namespace, project, hook, hook_log)
+ = link_to 'View details', project_hook_hook_log_path(project, hook, hook_log)
= paginate hook_logs, theme: 'gitlab'