Browse Source

file link typo

pull/319/head
Mostafa F 8 years ago
committed by GitHub
parent
commit
fa1be2d2c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/New.cshtml

4
modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/New.cshtml

@ -5,7 +5,7 @@
@section scripts {
<abp-script-bundle name="@typeof(NewModel).FullName">
<abp-script src="/pages/blog/posts/bew.js" />
<abp-script src="/pages/blog/posts/new.js" />
</abp-script-bundle>
}
<form method="post">
@ -20,4 +20,4 @@
<abp-input asp-for="Post.BlogId"/>
<abp-button type="submit" text="@L["Submit"].Value" />
</form>
</form>

Loading…
Cancel
Save