Add Translated by the Queerscriptors pill

This commit is contained in:
HackerNCoder 2022-11-19 22:04:42 +00:00
parent 5a8815c73e
commit 2c38ee9db1

View file

@ -18,7 +18,7 @@
</div>
<div class="col-md-8" >
<div class="card-body h-100 position-relative" >
<h3 class="card-title" >{{project.title}}</h3>
<h3 class="card-title" >{{project.title}}</h3>{% if project.weblate %}<span class="badge bg-success">{{ _("Translated by the Queerscriptors") }}</span>{% endif %}
<p class="card-text" >{{project.body}}</p>
<div class="position-absolute bottom-0 end-0 mb-2 me-2">
<a href="{{project|url}}" class="btn btn-primary btn-sm">{{ _("View") }} <i class="fa fa-angle-right" aria-hidden="true"></i></a>