Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-10 14:07:14 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-10 14:07:14 +0300
commitbbc94e15a3f66852ac3283388327e25d92ae9c0a (patch)
treea32bbff61216d00a3288b03514436584955c5618 /app/views/admin
parent607996c664ddfb67befaf372b108081169ebeaea (diff)
Use abbrevation in runners table in admin area
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/runners/_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 97b6ec1f85d..36b21eefdee 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -14,7 +14,7 @@
= runner.description
%td
- if runner.shared?
- = '-'
+ n/a
- else
= runner.projects.count(:all)
%td