plainify ausblick summary
All checks were successful
website-main / prod-build (push) Successful in 1m6s
website-main / test-build (push) Successful in 1m13s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-07-09 23:16:15 +02:00
parent 1b1ecfe543
commit 1959965393

@ -137,7 +137,7 @@
</div>
</div>
<h4 class="card-title text-truncate" onclick="$('#{{ md5 .title }}').modal('show');">{{ .title }}</h4>
<p class="card-text" onclick="$('#{{ md5 .title }}').modal('show');">{{ .content | truncate 100 }}</p>
<p class="card-text" onclick="$('#{{ md5 .title }}').modal('show');">{{ .content | plainify | truncate 100 }}</p>
<button type="button" class="btn btn-primary btn-sm mt-auto align-self-start" onclick="$('#{{ md5 .title }}').modal('show');">Mehr anzeigen</button>
</div>
</div>