diff --git a/.tx/config b/.tx/config index abd28a2..8d41b4b 100644 --- a/.tx/config +++ b/.tx/config @@ -5,6 +5,11 @@ # invenio-theme-tugraz is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more # details. +# +# 1) Create message catalog: +# $ python setup.py extract_messages +# $ python setup.py update_catalog -l de +# $ python setup.py compile_catalog [main] host = https://www.transifex.com diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less index 995bafd..4f9f6ab 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less @@ -32,3 +32,7 @@ transition: background-color 0.15s ease 0s, color 0.15s ease 0s; outline: none; } + +.nowrap-link { + white-space: nowrap; +} \ No newline at end of file diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 6064fe0..ffff3a1 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -45,6 +45,9 @@ {{ item.text|safe }} {%- endfor %} +
+ {{_ ("My dashboard")}} +