refactoring the Register
This commit is contained in:
parent
ee1e49fde5
commit
f1dd648970
43 changed files with 4610 additions and 86 deletions
|
|
@ -79,7 +79,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@await Component.InvokeAsync("Directory","")
|
||||
@await Component.InvokeAsync(name: "Directory",arguments: new {subdir="."})
|
||||
<div >
|
||||
@{ await Html.RenderPartialAsync("_PostFilesPartial"); }
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -53,9 +53,6 @@
|
|||
<img class="blogphoto" alt="" src="@Model.Photo" title="Photo associée au post">
|
||||
<h2 title="Titre du post" class="blogtitle" id="titleview" >@Model.Title</h2>
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
<form asp-action="Edit">
|
||||
<div class="form-horizontal">
|
||||
|
||||
|
|
@ -115,10 +112,6 @@
|
|||
|
||||
<hr />
|
||||
|
||||
<div id="prev">
|
||||
<asciidoc>@Model.Article</asciidoc>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
@{ await Html.RenderPartialAsync("_PostFilesPartial"); }
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue