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