mirror of
https://github.com/iv-org/instances-api.git
synced 2025-05-10 10:35:14 -04:00
Move title text for instance region
This commit is contained in:
parent
71dbbcb266
commit
8a84d24c47
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
<td><%= instance[:type] %></td>
|
||||
<td><%= instance[:stats]?.try &.["usage"]?.try &.["users"]["total"] || "-" %></td>
|
||||
<td><%= instance[:stats]?.try &.["openRegistrations"]?.try { |bool| bool.as_bool ? "✔" : "❌" } || "-" %></td>
|
||||
<td title="<%= instance[:region]? %>"><%= instance[:flag]? || "-" %></td>
|
||||
<td><%= instance[:flag]? ? "#{instance[:flag]} #{instance[:region]}" : "-" %></td>
|
||||
<td><%= instance[:monitor]?.try &.["weeklyRatio"]["ratio"] || "-" %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue