Skip to content
Snippets Groups Projects
Commit ef2605d5 authored by Moreau Elise's avatar Moreau Elise
Browse files

add map and contaminated info in user profile

parent 1f5c8308
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<div class="meta">
<span class="date">Joined the {{user.joinDateString}}</span>
</div>
<span>Is {% if user.contaminated %} contaminated {% else %} not contaminated {% endif %}</span>
<span>Is {% if user.contaminated %} contaminated {% else %} not contaminated {% endif %}</span>
<div class="extra content" id="icons_users">
<div class="ui small basic icon buttons">
{% if session.userId == user.getId %}
......@@ -23,6 +23,8 @@
</div>
</div>
</div>
<div id="map">
</div>
<div id="groups">
<h2> Groups </h2>
<div class="ui relaxed divided list" id="groups_list" style="overflow:scroll">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment