Loading searx/templates/etheme/components/navbar.html +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2,8 +2,8 @@ <input type="checkbox" name="nav_toggle" id="nav_toggle" class="hidden"> <input type="checkbox" name="nav_toggle" id="nav_toggle" class="hidden"> <nav> <nav> <span class="etheme_links"> <span class="etheme_links"> <a href="https://murena.io/apps/rainloop">{{_('mail')}}</a> <a href="https://murena.io/apps/rainloop/">{{_('mail')}}</a> <a href="https://murena.io/apps/files">{{_('drive')}}</a> <a href="https://murena.io/apps/files/">{{_('drive')}}</a> <hr class="show-mobile-mq separator" /> <hr class="show-mobile-mq separator" /> <a class="show-mobile-mq" href="{{ url_for('preferences') }}">{{ _('preferences') }}</a> <a class="show-mobile-mq" href="{{ url_for('preferences') }}">{{ _('preferences') }}</a> Loading Loading
searx/templates/etheme/components/navbar.html +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2,8 +2,8 @@ <input type="checkbox" name="nav_toggle" id="nav_toggle" class="hidden"> <input type="checkbox" name="nav_toggle" id="nav_toggle" class="hidden"> <nav> <nav> <span class="etheme_links"> <span class="etheme_links"> <a href="https://murena.io/apps/rainloop">{{_('mail')}}</a> <a href="https://murena.io/apps/rainloop/">{{_('mail')}}</a> <a href="https://murena.io/apps/files">{{_('drive')}}</a> <a href="https://murena.io/apps/files/">{{_('drive')}}</a> <hr class="show-mobile-mq separator" /> <hr class="show-mobile-mq separator" /> <a class="show-mobile-mq" href="{{ url_for('preferences') }}">{{ _('preferences') }}</a> <a class="show-mobile-mq" href="{{ url_for('preferences') }}">{{ _('preferences') }}</a> Loading