]> git.ipfire.org Git - people/jschlag/pbs.git/blob - data/templates/modules/log.html
Redesign log messages.
[people/jschlag/pbs.git] / data / templates / modules / log.html
1 <ul class="media-list">
2 {% for entry in entries %}
3 {% if entry.type == "comment" %}
4 {% module LogEntryComment(entry, **args) %}
5 {% else %}
6 {% module LogEntry(entry, **args) %}
7 {% end %}
8 {% end %}
9 </ul>