aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/jams/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/jams/index.html')
-rw-r--r--templates/main/jams/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/main/jams/index.html b/templates/main/jams/index.html
index e2201398..b2645962 100644
--- a/templates/main/jams/index.html
+++ b/templates/main/jams/index.html
@@ -66,6 +66,9 @@
<i class="uk-icon fa-fw far fa-plus"></i> &nbsp;Join
</a>
{% else %}
+ <a class="uk-button uk-button-primary" href="{{ url_for('main.jams.jam_team_list', jam_id=jam.number) }}">
+ <i class="uk-icon fa-fw far fa-users"></i> &nbsp;Teams
+ </a>
<a class="uk-button uk-button-default" target="_blank" href="{{ jam.repo }}">
<i class="uk-icon fa-fw fab fa-gitlab"></i> &nbsp;Repository
</a>