***
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
f0089cf7
Commit
f0089cf7
authored
3 years ago
by
Wörister, Florian
Browse files
Options
Downloads
Patches
Plain Diff
fix more button bug
parent
c38b8211
Branches
Branches containing commit
Tags
v2022.2.3
Tags containing commit
1 merge request
!68
fix more button bug
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
+8
-7
8 additions, 7 deletions
...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
9 additions
and
8 deletions
invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
+
8
−
7
View file @
f0089cf7
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
invenio_theme_tuw/version.py
+
1
−
1
View file @
f0089cf7
...
...
@@ -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
"
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