Compare commits
No commits in common. "c8fd56837f3889cf222defaabc3d7584e3641f37" and "40911124fdf6178cd3b190c414b75d9fe7df51ab" have entirely different histories.
c8fd56837f
...
40911124fd
@ -1,8 +1,8 @@
|
||||
<div class="col">
|
||||
<div class="card shadow-sm">
|
||||
{% if this.title and this.title|length >= 1 and not this.headline %}
|
||||
{% if this.title and this.title|length >= 1 %}
|
||||
<div class="card-header position-relative">
|
||||
{{ this.title }}
|
||||
<span class="flex">{{ this.title }}</span>
|
||||
<a
|
||||
href="#"
|
||||
class="btn btn-link float-end"
|
||||
@ -22,18 +22,9 @@
|
||||
/>
|
||||
|
||||
{% if this.description and this.description|length >= 1 %}
|
||||
<div class="card-body position-relative">
|
||||
<div class="card-body">
|
||||
{% if this.headline and this.headline|length >= 1 %}
|
||||
<h5 class="card-title">{{ this.headline }}</h5>
|
||||
<a
|
||||
href="#"
|
||||
class="btn btn-link position-absolute bottom-1 end-0"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="top"
|
||||
data-bs-title="Add a reaction"
|
||||
>
|
||||
<i class="bi-heart-fill text-danger"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
<p class="card-text">{{ this.description }}</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user