forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 10:59:22 -06:00
parent 2bf5dd21c8
commit bd8187dcd4
1 changed files with 14 additions and 6 deletions

View File

@ -13,20 +13,28 @@
<li id="action-{{ma.id}}" class="relative flex items-center">
<div class="d-flex flex-grow-1 align-items-center">
<div class="d-flex align-items-center justify-content-center {{ma.color}} mr-3 rounded-lg flex-shrink-0" style="width: 32px;height: 32px;"><i class="far text-center {{ma.icon}} text-lg text-white fa-fw"></i></div>
<div class="d-flex align-items-center">
<div class="w-6 h-6 flex justify-center items-center flex-shrink-0">
<i class="far {{ ma.icon }} text-lg fa-fw"></i>
</div>
<div class="flex items-center">
<span class="rounded">
<img src="{{ma.user.profile_url}}" alt="avatar" width=42 height=42 class="rounded-circle">
<img src="{{ ma.user.profile_url }}" alt="avatar" width=42 height=42 class="rounded-circle">
</span>
<div class="text-muted pl-3">
<div class="text-gray-500 dark:text-gray-400 text-sm pl-3">
<div>
<a href="{{ma.user.url}}" class="font-weight-bold text-black" target="_self">@{{ma.user.username}}</a>
<span>{{ma.string | safe}}</span>
</div>
<div class="text-gray-500">{{ma.age_string}} <a href="{{ma.permalink}}"><i class="far fa-link ml-1 text-muted"></i></a>
<a href="javascript:void(0)" class="copy-link" role="button"data-clipboard-text="{{ma.permalink | full_link}}"><i class="far fa-copy ml-1 text-muted"></i></a>
<div class="text-gray-500">
<span>{{ma.age_string}}</span>
<a href="{{ma.permalink}}">
<i class="far fa-link ml-1 text-muted"></i>
</a>
<button class="copy-link" role="button"data-clipboard-text="{{ma.permalink | full_link}}">
<i class="far fa-copy ml-1 text-muted"></i>
</button>
</div>
</div>