Commit b902a963 authored by Katarzyna Kobierska's avatar Katarzyna Kobierska

Fix error in paths

parent f341d957
- admin = false unless admin - admin = false unless admin
- if admin
- project = build.project
%tr.build.commit %tr.build.commit
%td.status %td.status
...@@ -51,8 +49,8 @@ ...@@ -51,8 +49,8 @@
- if admin - if admin
%td %td
- if project - if build.project
= link_to project.name_with_namespace, admin_namespace_project_path(project.namespace, project) = link_to build.project.name_with_namespace, admin_namespace_project_path(build.project.namespace, build.project)
- if defined?(runner) && runner - if defined?(runner) && runner
%td %td
...@@ -61,6 +59,7 @@ ...@@ -61,6 +59,7 @@
- else - else
.light none .light none
- if defined?(stage) && stage
%td %td
= build.stage = build.stage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment