new _room_gear.html to manage room actions for various gamers (e.g., founders & guests); new _room.scss for gatekeeper styling (still flimsy); added new .btn-abandon Bl-btn palette to _button-pad.scss; new FTs & epic view ITs assert functionality (100 percent coverage, fully passing test suite)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block title_text %}Gameboard{% endblock title_text %}
|
||||
{% block header_text %}<span>Game</span>room{% endblock header_text %}
|
||||
|
||||
{% block content %}
|
||||
<div class="room-page">
|
||||
<div class="room-shell">
|
||||
@@ -19,5 +22,6 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% include "apps/gameboard/_partials/_room_gear.html" %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user