Add a missing ul tag

This commit is contained in:
Mitsuhiro Koga
2016-07-05 01:47:20 +09:00
parent c26ca9d463
commit fb27bd29e8

View File

@@ -28,6 +28,7 @@
@groupNames.map { groupName =>
<li>@avatarLink(groupName, 20, tooltip = true, label = true)</li>
}
</ul>
}
</div>
</div>