Loading searx/templates/etheme/components/navbar.html +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ <input type="checkbox" name="nav_toggle" id="nav_toggle" class="hidden"> <nav> <span class="etheme_links"> <a href="https://ecloud.global/apps/rainloop">{{_('mail')}}</a> <a href="https://ecloud.global/apps/files">{{_('drive')}}</a> <a href="https://murena.io/apps/rainloop">{{_('mail')}}</a> <a href="https://murena.io/apps/files">{{_('drive')}}</a> <hr class="show-mobile-mq separator" /> <a class="show-mobile-mq" href="{{ url_for('preferences') }}">{{ _('preferences') }}</a> Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ setup( long_description=long_description, url=brand.DOCS_URL, use_scm_version={"tag_regex": r"^(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}.*)$"}, setup_requires=['setuptools_scm'], # setup_requires=['setuptools_scm'], project_urls={ "Code": brand.GIT_URL, "Issue tracker": brand.ISSUE_URL Loading Loading
searx/templates/etheme/components/navbar.html +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ <input type="checkbox" name="nav_toggle" id="nav_toggle" class="hidden"> <nav> <span class="etheme_links"> <a href="https://ecloud.global/apps/rainloop">{{_('mail')}}</a> <a href="https://ecloud.global/apps/files">{{_('drive')}}</a> <a href="https://murena.io/apps/rainloop">{{_('mail')}}</a> <a href="https://murena.io/apps/files">{{_('drive')}}</a> <hr class="show-mobile-mq separator" /> <a class="show-mobile-mq" href="{{ url_for('preferences') }}">{{ _('preferences') }}</a> Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ setup( long_description=long_description, url=brand.DOCS_URL, use_scm_version={"tag_regex": r"^(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}.*)$"}, setup_requires=['setuptools_scm'], # setup_requires=['setuptools_scm'], project_urls={ "Code": brand.GIT_URL, "Issue tracker": brand.ISSUE_URL Loading