aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-22 20:01:11 -0400
committerGravatar momothereal <[email protected]>2018-06-22 20:01:11 -0400
commita87e8bf42a66c44a0baf0f8230ad8ef369ac5763 (patch)
tree11f44065eb8addf2ce7df16f2bd8b078766939a8 /templates
parentStart work on Gitlab activity feed (diff)
Reset duplicate team members
Diffstat (limited to 'templates')
-rw-r--r--templates/main/jams/team_view.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/templates/main/jams/team_view.html b/templates/main/jams/team_view.html
index aaeef7cd..8d21f309 100644
--- a/templates/main/jams/team_view.html
+++ b/templates/main/jams/team_view.html
@@ -37,36 +37,6 @@
</a>
</div>
</div>
- <div class="participant-card uk-card-default">
- <img src="{{ member.avatar }}" class="uk-border-circle participant-avatar"
- height="20px">
- <strong>{{ member.username }}#{{ member.discriminator }}</strong>
- <div class="participant-links">
- <a href="https://discordapp.com/users/{{ member.user_id }}" target="_blank"
- class="uk-button uk-button-default">
- <i class="uk-icon fa-fw fab fa-discord"></i>
- </a>
- <a href="https://gitlab.com/{{ member.gitlab_username }}" target="_blank"
- class="uk-button uk-button-default">
- <i class="uk-icon fa-fw fab fa-gitlab"></i>
- </a>
- </div>
- </div>
- <div class="participant-card uk-card-default">
- <img src="{{ member.avatar }}" class="uk-border-circle participant-avatar"
- height="20px">
- <strong>{{ member.username }}#{{ member.discriminator }}</strong>
- <div class="participant-links">
- <a href="https://discordapp.com/users/{{ member.user_id }}" target="_blank"
- class="uk-button uk-button-default">
- <i class="uk-icon fa-fw fab fa-discord"></i>
- </a>
- <a href="https://gitlab.com/{{ member.gitlab_username }}" target="_blank"
- class="uk-button uk-button-default">
- <i class="uk-icon fa-fw fab fa-gitlab"></i>
- </a>
- </div>
- </div>
{% endfor %}
</div>
</div>