forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 11:10:37 -06:00
parent f27d7d1622
commit bf57f9523e
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<ul class="flex flex-col divide-y space-y-2 mb-0 list-none">
{% for ma in actions %}
<li id="action-{{ma.id}}" class="relative">
<a href="{{ma.permalink}}" class="flex items-center">
<div class="pl-2 text-gray-500 dark:text-gray-400 text-sm">
<div>
<a href="{{ma.user.url}}" class="font-font text-black dark:text-gray-200 hover:text-primary" target="_self">@{{ma.user.username}}
@ -22,6 +23,7 @@
<span>{{ma.age_string}}</span>
</div>
</div>
</a>
</li>
{% endfor %}
</ul>