# HG changeset patch # User Branko Majic # Date 2013-07-06 23:05:32 # Node ID 0d7adadf08a3244a2d53c791be971a8e02d674a5 # Parent e7f270f1c28deffade43692f593af73febb9ae3d Noticket: Small styling consistency fix for the button. diff --git a/conntrackt/templates/conntrackt/entity_detail.html b/conntrackt/templates/conntrackt/entity_detail.html --- a/conntrackt/templates/conntrackt/entity_detail.html +++ b/conntrackt/templates/conntrackt/entity_detail.html @@ -20,7 +20,7 @@ {% for communication in interface.source_set.all %}
  • {{communication.destination}} - {{communication.protocol}}: {{communication.port}}
  • {% endfor %}{% endfor %} -
    iptables rules
    {{ entity_iptables }}
    {% html_link 'Download' 'entity_iptables' entity.id class="btn btn-primary" %}
    +
    iptables rules
    {{ entity_iptables }}
    {% html_link 'Download' 'entity_iptables' entity.id class="btn btn-primary input-small" %}
    {% endif %} {% endwith %}