***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Theme TUW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Center for Research Data Management
Invenio Theme TUW
Commits
4b72b74f
Commit
4b72b74f
authored
3 years ago
by
Wörister, Florian
Browse files
Options
Downloads
Patches
Plain Diff
fix More button link
parent
4f50b7b3
Branches
Branches containing commit
Tags
v2022.2.5
Tags containing commit
1 merge request
!71
fix More button link
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
+1
-1
1 addition, 1 deletion
...uw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
invenio_theme_tuw/version.py
+1
-1
1 addition, 1 deletion
invenio_theme_tuw/version.py
with
2 additions
and
2 deletions
invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
+
1
−
1
View file @
4b72b74f
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
invenio_theme_tuw/version.py
+
1
−
1
View file @
4b72b74f
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment