Commit b254f6d5 authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix rendering of 'Protected' value

parent aed0f088
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
%td= @runner.active? ? 'Yes' : 'No' %td= @runner.active? ? 'Yes' : 'No'
%tr %tr
%td Protected %td Protected
%td= @runner.active? ? _('Yes') : _('No') %td= @runner.ref_protected? ? 'Yes' : 'No'
%tr %tr
%td Can run untagged jobs %td Can run untagged jobs
%td= @runner.run_untagged? ? 'Yes' : 'No' %td= @runner.run_untagged? ? 'Yes' : 'No'
......
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