forked from MarseyWorld/MarseyWorld
make it after "Donate"
parent
18507fe971
commit
e91fdd4159
|
@ -181,12 +181,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if request.path.startswith('/post/') and p %}
|
||||
<a class="post_navigation mobile-nav-icon d-md-none" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
<i class="fas fa-arrow-right align-middle text-gray-500 black"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if not (v and v.patron) and not (v and v.admin_level) %}
|
||||
{% if v %}
|
||||
<a href="/donate" type="button" class="mobile-nav-icon d-md-none donate-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Donate">
|
||||
|
@ -197,6 +191,12 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if request.path.startswith('/post/') and p %}
|
||||
<a class="post_navigation mobile-nav-icon d-md-none" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
<i class="fas fa-arrow-right align-middle text-gray-500 black"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if g.browser == 'webview' %}
|
||||
<a href="" type="button" class="mobile-nav-icon d-md-none" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Refresh">
|
||||
<i class="fas fa-arrow-rotate-right align-middle text-gray-500 black"></i>
|
||||
|
@ -249,6 +249,12 @@
|
|||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto d-none d-md-flex mr-3">
|
||||
|
||||
{% if not (v and v.patron) %}
|
||||
<li id="header--donate--item" class="nav-item d-flex align-items-center justify-content-center mx-1 mr-2">
|
||||
<a class="btn btn-primary" href="/donate">Donate</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if request.path.startswith('/post/') and p %}
|
||||
<li class="d-none nav-item d-flex align-items-center text-center justify-content-center mx-1">
|
||||
<a class="post_navigation nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
|
@ -258,12 +264,6 @@
|
|||
<script src="{{'js/post_navigation.js' | asset}}"></script>
|
||||
{% endif %}
|
||||
|
||||
{% if not (v and v.patron) %}
|
||||
<li id="header--donate--item" class="nav-item d-flex align-items-center justify-content-center mx-1 mr-2">
|
||||
<a class="btn btn-primary" href="/donate">Donate</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if v %}
|
||||
{% if v.notifications_count %}
|
||||
<li class="nav-item d-flex align-items-center text-center justify-content-center mx-1" id="header--notifications--item">
|
||||
|
|
Loading…
Reference in New Issue