Mostafa F
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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> |
|
|
|
|