Display context logs with a lighter way
This commit is contained in:
parent
49c0cbf16e
commit
634eeac715
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
|||
</td>
|
||||
{% endif %}
|
||||
<td>{{ entry.created|date:"H:i:s" }}</td>
|
||||
<td class="has-text-right">{% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %}</td>
|
||||
<td>{{ entry.content|urlize }}</td>
|
||||
<td class="has-text-right{% if not entry.nick %} has-text-grey-light is-italic{% endif %}">{% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %}</td>
|
||||
<td{% if not entry.nick %} class="has-text-grey-light is-italic"{% endif %}>{{ entry.content|urlize }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue