This commit is contained in:
9
templates/Maketank/user/newsfeeditem.html.twig
Normal file
9
templates/Maketank/user/newsfeeditem.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
<a href="{{ link|default('#')|raw }}" class="list-group-item list-group-item-action" target="_blank">
|
||||
<div class="d-flex w-100 justify-content-between">
|
||||
<b class="mb-1">{{ title }}</b>
|
||||
{% if date is not empty %}
|
||||
<small>{{ date }}</small>
|
||||
{% endif %}
|
||||
</div>
|
||||
<p class="small mb-1">{{ content|raw }}</p>
|
||||
</a>
|
||||
Reference in New Issue
Block a user