1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00

tiny update

This commit is contained in:
Steffo 2018-01-31 12:52:43 +01:00
parent 22f3807589
commit 12c1f6583d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C27544372FBB445D
2 changed files with 9 additions and 5 deletions

View file

@ -94,6 +94,10 @@ th {
font-size: small;
}
.saver-data {
font-size: smaller;
}
.timestamp-data {
text-align: right;
}

View file

@ -17,16 +17,16 @@
<div id="diario-{{ entry.id }}" class="diario-entry">
<div class="row">
<div class="col-6">
{% if entry.saver %}
<div id="saver-{{ entry.id }}" class="saver-data diario-data">
Salvato da {{ entry.saver.royal.username }}
</div>
{% endif %}
{% if entry.author %}
<div id="author-{{ entry.id }}" class="author-data diario-data">
{{ entry.author.royal.username }}
</div>
{% endif %}
{% if entry.saver %}
<div id="saver-{{ entry.id }}" class="saver-data diario-data">
{{ entry.saver.royal.username }}
</div>
{% endif %}
</div>
<div class="col-6">
<div id="timestamp-{{ entry.id }}" class="timestamp-data diario-data">