Merge pull request #2128 from yinchang0626/feature/fix_blogging

fix blogging module post edit.cshtml
pull/2133/head^2
Yunus Emre Kalkan 5 years ago committed by GitHub
commit f08d1c3aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
ViewBag.PageTitle = "Blog";
}
@section styles {
<abp-style-bundle @*name="@typeof(EditModel).FullName" *@>
<abp-style-bundle name="@typeof(EditModel).FullName">
<abp-style type="@typeof(TuiEditorStyleContributor)" />
<abp-style src="/Pages/Blog/Posts/new.css" />
</abp-style-bundle>

Loading…
Cancel
Save