Put card-title and badge in div

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2023-02-14 20:02:07 +00:00
parent ad08bdcb4f
commit 9a1e3edef9

View file

@ -18,8 +18,10 @@
</div> </div>
<div class="col-md-8" > <div class="col-md-8" >
<div class="card-body h-100 position-relative card-grid" > <div class="card-body h-100 position-relative card-grid" >
<div>
<h3 class="card-title {% if project.weblate %}mb-0{% endif %}">{{project.title}}</h3> <h3 class="card-title {% if project.weblate %}mb-0{% endif %}">{{project.title}}</h3>
{% if project.weblate %}<span class="badge bg-success mb-2">{{ _("Translated by the Queerscriptors") }}</span>{% endif %} {% if project.weblate %}<span class="badge bg-success mb-2">{{ _("Translated by the Queerscriptors") }}</span>{% endif %}
</div>
<div class="card-grid-div"> <div class="card-grid-div">
{{project.body}} {{project.body}}
</div> </div>