fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reduce the ugly, just bootstrap things.
[audio.git]
/
src
/
archive
/
templates
/
archive
/
list_published.html
diff --git
a/src/archive/templates/archive/list_published.html
b/src/archive/templates/archive/list_published.html
old mode 100755
(executable)
new mode 100644
(file)
index
5e61ba1
..
04396f6
--- a/
src/archive/templates/archive/list_published.html
+++ b/
src/archive/templates/archive/list_published.html
@@
-12,9
+12,11
@@
{% block file-list %}
{% block file-list %}
- {% for file in objects %}
- <li>
- <a href='{% url "file" file.id %}'>{{ file }}</a>
- </li>
- {% endfor %}
+ {% for file in objects %}
+ <tr>
+ <td>
+ <a href='{% url "file" file.id %}'>{{ file }}</a>
+ </td>
+ </tr>
+ {% endfor %}
{% endblock %}
{% endblock %}