forked from MarseyWorld/MarseyWorld
fds
parent
262b0e8cbb
commit
b4321845b4
|
@ -34,7 +34,7 @@
|
||||||
<div class="row" style="overflow: visible;padding-top:5px;">
|
<div class="row" style="overflow: visible;padding-top:5px;">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<div class="mt-3 d-lg-none">
|
<div class="mt-3 mr-1 d-lg-none">
|
||||||
{% if sub %}
|
{% if sub %}
|
||||||
{% if v.subs == 1 %}
|
{% if v.subs == 1 %}
|
||||||
<a class="btn btn-primary btn-block {% if v.subscribed_to(sub.name) %}d-none{% endif %}" onclick="post_toast(this,'/h/{{sub.name}}/subscribe','subscribe-sub','unsubscribe-sub');this.classList.toggle('d-none');nextElementSibling.classList.toggle('d-none')">Subscribe to /h/{{sub.name}}</a>
|
<a class="btn btn-primary btn-block {% if v.subscribed_to(sub.name) %}d-none{% endif %}" onclick="post_toast(this,'/h/{{sub.name}}/subscribe','subscribe-sub','unsubscribe-sub');this.classList.toggle('d-none');nextElementSibling.classList.toggle('d-none')">Subscribe to /h/{{sub.name}}</a>
|
||||||
|
|
Loading…
Reference in New Issue