forked from rDrama/rDrama
1
0
Fork 0

show the hole name in sub modaction notifs

master
Aevann1 2022-11-09 20:23:56 +02:00
parent 6433a90c80
commit 5a10b849f8
1 changed files with 11 additions and 9 deletions

View File

@ -82,8 +82,11 @@
</span>
<div class="text-muted pl-3">
<div>
{% if ma.sub %}
<a href="/h/{{ma.sub}}">/h/{{ma.sub}}</a>
-
{% endif %}
<a href="{{ma.user.url}}" class="font-weight-bold text-black" target="_self">@{{ma.user.username}}</a>
<span>{{ma.string | safe}}</span>
</div>
@ -92,7 +95,6 @@
<a href="{{ma.permalink}}"><i class="far fa-link ml-3 text-muted"></i></a>
<button type="button" class="copy-link ml-3" data-clipboard-text="{{ma.permalink}}"><i class="far fa-copy text-muted"></i></button>
</div>
</div>
</div>
</div>