summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/index.html.haml
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2018-09-12 17:31:25 +0200
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-09-12 17:31:25 +0200
commit03890558b47f1bad215807c1ce84cb99043aa01e (patch)
tree3d6898edbe513b018f9b532e372782e8a1272176 /app/views/admin/runners/index.html.haml
parent27aeaccb6cdf51294302cf1435b45900942145d7 (diff)
downloadgitlab-ce-03890558b47f1bad215807c1ce84cb99043aa01e.tar.gz
rename variable from *_cnt to *_count
Diffstat (limited to 'app/views/admin/runners/index.html.haml')
-rw-r--r--app/views/admin/runners/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index 09a449d57c4..4dc076c95c5 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -47,7 +47,7 @@
.bs-callout
%p
- = _('Runners currently online: %{active_runners_cnt}') % { active_runners_cnt: @active_runners_cnt }
+ = _('Runners currently online: %{active_runners_count}') % { active_runners_count: @active_runners_count }
.row-content-block.second-block
= form_tag admin_runners_path, id: 'runners-search', method: :get, class: 'filter-form js-filter-form' do