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

View File

@ -12,10 +12,6 @@
<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="w-6 h-6 flex justify-center items-center flex-shrink-0">
<i class="far {{ ma.icon }} {{ma.color}} text-lg fa-fw"></i>
</div>
<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}}
@ -26,7 +22,6 @@
<span>{{ma.age_string}}</span>
</div>
</div>
</a>
</li>
{% endfor %}
</ul>