forked from retoor/devplacepy
feat: add service lock file and multi-worker startup guard with session cache clear
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<div class="project-detail-author">
|
||||
{% set _size = 32 %}{% set _size_class = "sm" %}{% set _user = author %}{% include "_avatar_link.html" %}
|
||||
<div>
|
||||
<a href="/profile/{{ author['username'] if author else '#' }}">{{ author['username'] if author else 'Unknown' }}</a>
|
||||
{% set _user = author %}{% set _class = none %}{% include "_user_link.html" %}
|
||||
{% if author and author.get('role') %}
|
||||
<span style="font-size: 0.75rem; color: var(--text-muted);">· {{ author['role'] }}</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user