mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
fix: multiple subjects not displayed in one row
This commit is contained in:
@@ -63,22 +63,18 @@
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div class="ui grid">
|
||||
<div class="two column row">
|
||||
<div class="left floated column">
|
||||
{%- for subject in r.metadata.subjects %}
|
||||
<div class="ui tiny label">{{ subject }}</div>
|
||||
{%- endfor %}
|
||||
<div>
|
||||
<small>
|
||||
{#
|
||||
{% trans user=userprofile, date=creation_date | dateformat("long")%}
|
||||
Uploaded on {{date}}
|
||||
{% endtrans %}
|
||||
#}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui">
|
||||
{%- for subject in r.metadata.subjects %}
|
||||
<span class="ui tiny label">{{ subject }}</span>
|
||||
{%- endfor %}
|
||||
<div>
|
||||
<small>
|
||||
{#
|
||||
{% trans user=userprofile, date=creation_date | dateformat("long")%}
|
||||
Uploaded on {{date}}
|
||||
{% endtrans %}
|
||||
#}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user