summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/index.html.haml')
-rw-r--r--app/views/projects/environments/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml
index 702cccd6ab3..11e2ff506b4 100644
--- a/app/views/projects/environments/index.html.haml
+++ b/app/views/projects/environments/index.html.haml
@@ -7,12 +7,12 @@
%ul.nav-links
%li{class: ('active' if @scope.nil?)}
= link_to project_environments_path(@project) do
- Availabe
+ Available
%span.badge.js-avaibale-environments-count
= number_with_delimiter(@all_environments.opened.count)
%li{class: ('active' if @scope == 'closed')}
- = link_to project_environments_path(@project, scope: :stopped) do
+ = link_to project_environments_path(@project, scope: :closed) do
Stopped
%span.badge.js-stopped-environments-count
= number_with_delimiter(@all_environments.closed.count)