mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2025-02-03 17:27:31 +01:00
Change text for unboost/unfav submit button
This commit is contained in:
parent
99a021b5af
commit
0090a31388
@ -22,8 +22,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="level-right">
|
<div class="level-right">
|
||||||
<div class="level-item">
|
<div class="level-item">
|
||||||
<input class="button is-primary" type="submit" name="boost"
|
{% if toot.reblogged %}
|
||||||
value="Boost">
|
<input class="button is-primary" type="submit" name="boost"
|
||||||
|
value="Unboost">
|
||||||
|
{% else %}
|
||||||
|
<input class="button is-primary" type="submit" name="boost"
|
||||||
|
value="Boost">
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,8 +22,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="level-right">
|
<div class="level-right">
|
||||||
<div class="level-item">
|
<div class="level-item">
|
||||||
<input class="button is-primary" type="submit" name="fav"
|
{% if toot.favorited %}
|
||||||
value="Favorite">
|
<input class="button is-primary" type="submit" name="fav"
|
||||||
|
value="Unfavorite">
|
||||||
|
{% else %}
|
||||||
|
<input class="button is-primary" type="submit" name="fav"
|
||||||
|
value="Favorite">
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user