From 8a84d24c474c04119d4c415bb1d722733415c2b4 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Fri, 6 Sep 2019 09:40:29 -0400 Subject: [PATCH] Move title text for instance region --- src/instances/views/index.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instances/views/index.ecr b/src/instances/views/index.ecr index 6754f51..24bcf27 100644 --- a/src/instances/views/index.ecr +++ b/src/instances/views/index.ecr @@ -79,7 +79,7 @@ <%= instance[:type] %> <%= instance[:stats]?.try &.["usage"]?.try &.["users"]["total"] || "-" %> <%= instance[:stats]?.try &.["openRegistrations"]?.try { |bool| bool.as_bool ? "✔" : "❌" } || "-" %> - <%= instance[:flag]? || "-" %> + <%= instance[:flag]? ? "#{instance[:flag]} #{instance[:region]}" : "-" %> <%= instance[:monitor]?.try &.["weeklyRatio"]["ratio"] || "-" %> <% end %>