ajout d'utilisateurs aux cercles

This commit is contained in:
Paul Schneider 2017-01-22 18:32:49 +01:00
commit b4436e5c06
18 changed files with 1564 additions and 211 deletions

View file

@ -1,6 +1,6 @@
@model ApplicationUser
<img src="~/Avatars/@(Model.UserName).xs.png" alt="avatar">
<img src="~/Avatars/@(Model.UserName).xs.png" alt="">
@Model.UserName
<ul>
@if (Model.Posts!=null) {