You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
370 B
18 lines
370 B
4 years ago
|
<h2>Game Info</h2>
|
||
|
<div class="table-responsive">
|
||
|
<table class="table">
|
||
|
<tr>
|
||
|
<th>My Role</th>
|
||
|
<td>{{ current_user.}}</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th>Start Time</th>
|
||
|
<td>10:00</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th>End Time</th>
|
||
|
<td>18:00</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|