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