aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/relay-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'allium/templates/relay-list.html')
-rw-r--r--allium/templates/relay-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/allium/templates/relay-list.html b/allium/templates/relay-list.html
index d312af9..8283c04 100644
--- a/allium/templates/relay-list.html
+++ b/allium/templates/relay-list.html
@@ -14,7 +14,7 @@
<th>AS Name</th>
<th>Country</th>
<th>Platform</th>
-<th>Flags</th>
+<th class="visible-md visible-lg">Flags</th>
<th class="visible-md visible-lg">First Seen</th>
</tr>
<tbody>
@@ -105,7 +105,7 @@ relay['platform']|truncate(length=10)|escape }}</a></td>
<td>{{ relay['platform']|truncate(length=10)|escape }}</td>
{% endif -%}
-<td>{% for flag in relay['flags'] -%}{% if flag != 'StaleDesc' -%}<a href="{{
+<td class="visible-md visible-lg">{% for flag in relay['flags'] -%}{% if flag != 'StaleDesc' -%}<a href="{{
path_prefix }}flag/{{ flag.lower()|escape }}"><img src="{{
path_prefix}}static/images/flags/{{ flag.lower()|escape }}.png"
title="{{ flag|escape }}" alt="{{ flag|escape }}"></a> {% endif -%}{% endfor