summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-14 11:06:57 +0100
committerRémy Coutable <remy@rymai.me>2017-11-14 12:45:43 +0100
commit6ae4747673aacce567ad17b16a6f957e038452c1 (patch)
tree3691016b7200ecd854f2e823fbb2e4677ab4fd34 /app/views/admin
parentacc60818caf34db81f276fa94daea7b6c3a37be4 (diff)
downloadgitlab-ce-rc/use-existing-url-helper.tar.gz
Replace ci_status_path with pipeline_pathrc/use-existing-url-helper
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/runners/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml
index df2bf27be9d..6d8fad0eb8d 100644
--- a/app/views/admin/runners/show.html.haml
+++ b/app/views/admin/runners/show.html.haml
@@ -99,7 +99,7 @@
%td.build-link
- if project
- = link_to ci_status_path(build.pipeline) do
+ = link_to pipeline_path(build.pipeline) do
%strong= build.pipeline.short_sha
%td.timestamp