Changeset - b8cb8ef65b8e
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-01-22 19:19:59
dennis.fink@c3l.lu
changed globe url
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/status/macros.html
Show inline comments
 
@@ -21,13 +21,13 @@
 
{% macro create_country(country) %}
 
  {% set country_class = "flag-" + country|lower|replace(' ', '-') %}
 
  <i class={{ country_class }}></i> {{ country|title }}
 
{% endmacro %}
 

	
 
{% macro create_fingerprint(fingerprint) %}
 
  <a href="http://torstatus.enn.lu/#/relay/{{ fingerprint }}">{{ fingerprint|upper}}</a>
 
  <a href="http://globe.enn.lu/#/relay/{{ fingerprint }}">{{ fingerprint|upper}}</a>
 
{% endmacro %}
 

	
 
{% macro create_name(name) %}
 
  <a href="http://{{ name|lower }}.enn.lu">{{ name }}</a>
 
{% endmacro %}
 

	
0 comments (0 inline, 0 general)