Skip to content
Snippets Groups Projects
Commit 289789ca authored by Brian Moe's avatar Brian Moe
Browse files

minor formatting changes

parent 0541aef5
No related branches found
No related tags found
No related merge requests found
......@@ -122,14 +122,14 @@
<tr class={% cycle 'odd' 'even' %}>
<td>{{ log.created|multiTime:"logtime" }}</td>
<td>{{ log.issuer }}</td>
<td><a href="{{ log.fileurl }}">
{% if log.hasImage %}
<br/><img height="200" src="{{ log.fileurl }}">
{% else %}
{{ log.filename }}
{% endif %}
{% if log.hasImage %}
<td align="center">
<a href="{{ log.fileurl }}"><img height="130" src="{{ log.fileurl }}"></a>
</td>
{% else %}
<td><a href="{{ log.fileurl }}">{{ log.filename }}</a></td>
{% endif %}
</a>
</td>
<td>{{ log.comment|urlize }}</td>
</tr>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment