*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit f0089cf7 authored by Wörister, Florian's avatar Wörister, Florian
Browse files

fix more button bug

parent c38b8211
Branches
Tags v2022.2.3
1 merge request!68fix more button bug
......@@ -59,7 +59,8 @@ under the terms of the MIT License; see LICENSE file for more details.
alt="icon displaying a cloud and a arrow pointing upwards."/>
</div>
<div class="flip-card-back">
<p>Deposit research outputs openly, restricted or closed. A landing page provides information on your digital objects,
<p>Deposit research outputs openly, restricted or closed. A landing page provides information on your
digital objects,
download links, license and persistent identifier.</p>
</div>
</div>
......@@ -171,8 +172,8 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- endfor %}
<div>
<small>
{% trans user=userprofile, date=creation_date | dateformat('long')%}
Uploaded on {{date}}
{% trans user=userprofile, date=creation_date | dateformat('long') %}
Uploaded on {{ date }}
{% endtrans %}
</small>
</div>
......@@ -180,11 +181,11 @@ under the terms of the MIT License; see LICENSE file for more details.
</div>
</div>
</article>
<div class="ui centered grid">
<button id="more-button" class="ui primary button">More</button>
</div>
{%- endfor %}
{%- endfor %}
<div class="ui centered grid">
<button id="more-button" class="ui primary button">More</button>
</div>
{% if not records %}
<div class="ui visible message">
<p>Currently no records available.</p>
......
......@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "2022.2.2"
__version__ = "2022.2.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment