styling changes, open teamsnap in new window. add game card link to lineup page

This commit is contained in:
2022-06-15 17:20:27 -05:00
parent a3d6853ac5
commit 9e700a7ee1
4 changed files with 15 additions and 10 deletions

View File

@@ -18,13 +18,16 @@
</div>
<div class="row">
<div class="col text-start d-inline">
<a class="btn btn-teamsnap btn-sm py-0 m-1" href="{% url 'teamsnap_event_redirect' team_id=event.data.team_id event_id=event.data.id %}">
<i class="bi bi-asterisk"></i>
</a>
</div>
<div class="col text-start d-inline">
<a class="btn btn-teamsnap btn-sm py-0 m-1" href="{% url 'teamsnap_event_redirect' team_id=event.data.team_id event_id=event.data.id %}" target="_blank" rel="noopener noreferrer">
<i class="bi bi-asterisk"></i>
</a>
</div>
<div class="col text-end d-inline">
<div class="btn-group">
<div class="d-flex">
<a class="btn btn-primary btn-sm py-0 m-1" role="button" href="{% url 'gamecard' event_id=event.data.id team_id=event.data.team_id %}" target="_blank" rel="noopener noreferrer">
<i class="bi bi-book"></i>
</a>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle btn-sm py-0 m-1" type="button" id="dropdownMenuButton1"
data-bs-toggle="dropdown" aria-expanded="false">