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>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="ui grid">
|
<div class="ui">
|
||||||
<div class="two column row">
|
{%- for subject in r.metadata.subjects %}
|
||||||
<div class="left floated column">
|
<span class="ui tiny label">{{ subject }}</span>
|
||||||
{%- for subject in r.metadata.subjects %}
|
{%- endfor %}
|
||||||
<div class="ui tiny label">{{ subject }}</div>
|
<div>
|
||||||
{%- endfor %}
|
<small>
|
||||||
<div>
|
{#
|
||||||
<small>
|
{% trans user=userprofile, date=creation_date | dateformat("long")%}
|
||||||
{#
|
Uploaded on {{date}}
|
||||||
{% trans user=userprofile, date=creation_date | dateformat("long")%}
|
{% endtrans %}
|
||||||
Uploaded on {{date}}
|
#}
|
||||||
{% endtrans %}
|
</small>
|
||||||
#}
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user