mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
feature(ui): add subjects to frontpage article items
This commit is contained in:
@@ -82,11 +82,16 @@
|
|||||||
<div class="ui grid">
|
<div class="ui grid">
|
||||||
<div class="two column row">
|
<div class="two column row">
|
||||||
<div class="left floated column">
|
<div class="left floated column">
|
||||||
<small>
|
{%- for s in r.metadata.subjects %}
|
||||||
{% trans user=userprofile, date=creation_date | dateformat('long')%}
|
<div class="ui tiny label">{{s.subject}}</div>
|
||||||
Uploaded on {{date}}
|
{%- endfor %}
|
||||||
{% endtrans %}
|
<div>
|
||||||
</small>
|
<small>
|
||||||
|
{% trans user=userprofile, date=creation_date | dateformat('long')%}
|
||||||
|
Uploaded on {{date}}
|
||||||
|
{% endtrans %}
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right floated column">
|
<div class="right floated column">
|
||||||
|
|||||||
Reference in New Issue
Block a user