billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@model ApplicationUser
|
||||
|
||||
@if (Model!=null) {
|
||||
<img src="~/Avatars/@(Model.UserName).s.png" alt="" class="smalltofhol">
|
||||
@Model.UserName
|
||||
@if (Model.Posts!=null) { <a asp-controller="Blogspot" asp-action="UserPosts"
|
||||
asp-route-id="@Model.UserName" class="btn btn-link">@SR["index de ses articles"]</a>
|
||||
}
|
||||
}} else { <text>néant</text> }
|
||||
Loading…
Add table
Add a link
Reference in a new issue