Files @ 87d2821ecdfd
Branch filter:

Location: conntrackt/conntrackt/templates/conntrackt/html_link.html

branko
CONNT-9: Reworked the entity details view to be more consistent with the other views. Move implicit queries from template to view.
{% load url from future %}
<a href="{{url}}{% if get %}?{{get}}{% endif %}"{% if title %} title="{{title}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{%if class %} class="{{class}}"{% endif %}>{{text}}</a>