Reduce the ugly, just bootstrap things.
[audio.git] / src / archive / templates / archive / list_unmanaged.html
old mode 100755 (executable)
new mode 100644 (file)
index df3ccfb..7ca92a1
 
 {% block file-list %}
     {% for file in objects %}
-        <li>
+    <tr>
+           <td>
             <a href='{% url "file_unmanaged" file %}'>{{ file }}</a>
-        </li>
+           </td>
+    </tr>
     {% endfor %}
 {% endblock %}