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

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

fix More button link

parent 4f50b7b3
Branches
Tags v2022.2.5
1 merge request!71fix More button link
......@@ -184,7 +184,7 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- endfor %}
<div class="ui centered grid">
<button id="more-button" class="ui primary button" href="{{ config.THEME_SEARCH_ENDPOINT }}">More</button>
<a href="{{ config.THEME_SEARCH_ENDPOINT }}"><button id="more-button" class="ui primary button">More</button></a>
</div>
{% if not records %}
<div class="ui visible message">
......
......@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "2022.2.4"
__version__ = "2022.2.5"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment