Changeset - 21cc1c046af9
[Not reviewed]
default
0 1 0
Branko Majic (branko) - 11 years ago 2013-07-14 13:05:20
branko@majic.rs
Noticket: Use better icon for project iptables download link.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conntrackt/templates/conntrackt/index.html
Show inline comments
 
@@ -31,13 +31,13 @@
 
    <div class="well">
 
      {% if projects %}
 
        <table class="table table-striped">
 
          {% for project in projects %}
 
            <tr>
 
              <td style="width:99%">{% html_link project.name "project" project.id class="btn btn-link" %}</td>
 
              <td>{% html_link '<i class="icon-list"></i>' "project_iptables" project.id class="btn btn-link" %}</td>
 
              <td>{% html_link '<i class="icon-book"></i>' "project_iptables" project.id class="btn btn-link" %}</td>
 
              <td>{% html_link '<i class="icon-edit"></i>' "project_update" project.id class="btn btn-link" %}</td>
 
              <td>{% html_link '<i class="icon-remove"></i>' "project_delete" project.id class="btn btn-link" %}</td>
 
            </tr>
 
          {% endfor %}
 
        </table>
 
      {% else %}
0 comments (0 inline, 0 general)