summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/show.html.haml
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-17 01:54:05 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-03 23:49:10 +0900
commite1ef436d1fd6419ce8a08c4ac33bf664786c80b0 (patch)
treedddd090cb598449df56a24204a40596d88b25fa4 /app/views/projects/runners/show.html.haml
parent0a7b3ae9f1a67645c798dfbfc60388c4c9cb5b95 (diff)
downloadgitlab-ce-e1ef436d1fd6419ce8a08c4ac33bf664786c80b0.tar.gz
Update application code by the db schema change
Diffstat (limited to 'app/views/projects/runners/show.html.haml')
-rw-r--r--app/views/projects/runners/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/show.html.haml b/app/views/projects/runners/show.html.haml
index e51bb299938..9d427d18272 100644
--- a/app/views/projects/runners/show.html.haml
+++ b/app/views/projects/runners/show.html.haml
@@ -21,7 +21,7 @@
%td= @runner.active? ? 'Yes' : 'No'
%tr
%td Protected
- %td= @runner.protected? ? 'Yes' : 'No'
+ %td= @runner.protected_? ? 'Yes' : 'No'
%tr
%td Can run untagged jobs
%td= @runner.run_untagged? ? 'Yes' : 'No'