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,8 +59,9 @@ ...@@ -61,8 +59,9 @@
- else - else
.light none .light none
%td - if defined?(stage) && stage
= build.stage %td
= build.stage
%td %td
= build.name = build.name
......
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