Commit 9fa209e1 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Remove unneeded change

parent 4271a2b8
......@@ -66,7 +66,7 @@
%span
CI Services
= nav_link path: 'events#index' do
= link_to ci_project_events_path(@project.ensure_gitlab_ci_project) do
= link_to ci_project_events_path(@project.gitlab_ci_project) do
= icon('book fw')
%span
CI Events
......@@ -29,9 +29,9 @@
- build.tags.each do |tag|
%span.label.label-primary
= tag
- if build.try(:trigger_request)
- if build.trigger_request
%span.label.label-info triggered
- if build.try(:allow_failure)
- if build.allow_failure
%span.label.label-danger allowed to fail
%td.duration
......
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