Changeset - 0d7adadf08a3
[Not reviewed]
default
0 1 0
Branko Majic (branko) - 11 years ago 2013-07-06 23:05:32
branko@majic.rs
Noticket: Small styling consistency fix for the button.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conntrackt/templates/conntrackt/entity_detail.html
Show inline comments
 
@@ -20,7 +20,7 @@
 
  {% for communication in interface.source_set.all %}
 
      <li>{{communication.destination}} - {{communication.protocol}}: {{communication.port}}</li>
 
{% endfor %}{% endfor %}</ul></dd>
 
      <dt>iptables rules</dt><dd><pre>{{ entity_iptables }}</pre>{% html_link 'Download' 'entity_iptables' entity.id class="btn btn-primary" %}</dd>
 
      <dt>iptables rules</dt><dd><pre>{{ entity_iptables }}</pre>{% html_link 'Download' 'entity_iptables' entity.id class="btn btn-primary input-small" %}</dd>
 
</dl>
 
{% endif %}
 
{% endwith %}
0 comments (0 inline, 0 general)