filled some styling lacunae, including structural fixes to html re: gatekeeper gear menu
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %}
|
||||
|
||||
<div id="id_room_menu" style="display:none">
|
||||
<a href="/gameboard/" class="btn btn-cancel">EXIT</a>
|
||||
{% if request.user == room.owner %}
|
||||
@@ -14,3 +12,5 @@
|
||||
</form>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user