move Html/Text Edit button to top of content
This commit is contained in:
parent
8631eacdf3
commit
438cf271c0
|
@ -4,16 +4,15 @@
|
||||||
@inject IHtmlTextService HtmlTextService
|
@inject IHtmlTextService HtmlTextService
|
||||||
@inject IStringLocalizer<Index> Localizer
|
@inject IStringLocalizer<Index> Localizer
|
||||||
|
|
||||||
@((MarkupString)content)
|
|
||||||
|
|
||||||
@if (PageState.EditMode)
|
@if (PageState.EditMode)
|
||||||
{
|
{
|
||||||
<br />
|
<div class="text-center mb-2">
|
||||||
<ActionLink Action="Edit" EditMode="true" ResourceKey="Edit" />
|
<ActionLink Action="Edit" EditMode="true" ResourceKey="Edit" />
|
||||||
<br />
|
</div>
|
||||||
<br />
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@((MarkupString)content)
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
private string content = "";
|
private string content = "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user