mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
masonry: add origin bloc
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
<div class="comment">
|
||||
<h4 class="item-key visually-hidden">{{ 'Pinned comment'|trans }}</h4>
|
||||
<blockquote class="chill-user-quote">
|
||||
<i class="fa fa-flag float-end text-secondary" title="{{ 'pinned'|trans }}"></i>
|
||||
{{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }}
|
||||
<div class="metadata">
|
||||
{{ 'Last updated by'| trans }}
|
||||
@@ -138,6 +139,16 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if accompanyingCourse.origin is not empty %}
|
||||
<div class="mbloc col col-sm-6 col-lg-4">
|
||||
<div class="origin">
|
||||
<h4 class="item-key">{{ 'Origin'|trans }}</h4>
|
||||
{{ accompanyingCourse.origin.label|localize_translatable_string|capitalize }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="social-actions my-4">
|
||||
|
Reference in New Issue
Block a user