ajout d'utilisateurs aux cercles
This commit is contained in:
parent
22b998887e
commit
b4436e5c06
18 changed files with 1564 additions and 211 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue