Skip to content
Snippets Groups Projects
Commit b902a963 authored by Katarzyna Kobierska's avatar Katarzyna Kobierska
Browse files

Fix error in paths

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