pull/8964/head
Alper Ebicoglu 4 years ago
parent f62945fb18
commit f560abd58d

@ -7,7 +7,7 @@
@inject IHtmlLocalizer<BloggingResource> L
@model EditModel
@{
ViewBag.PageTitle = "Blog";
ViewBag.PageTitle = "Edit Blog Post";
}
@section styles {
<abp-style-bundle name="@typeof(EditModel).FullName">

@ -11,7 +11,7 @@
@inject IHtmlLocalizer<BloggingResource> L
@inject BloggingPageHelper BloggingPageHelper
@{
ViewBag.Title = "Blog";
ViewBag.Title = "Read All Blog Posts";
}
@section scripts {
<abp-script-bundle name="@typeof(IndexModel).FullName">

@ -7,7 +7,7 @@
@inject IHtmlLocalizer<BloggingResource> L
@model NewModel
@{
ViewBag.PageTitle = "Blog";
ViewBag.PageTitle = "New Blog Post";
}
@section styles {
<abp-style-bundle name="@typeof(NewModel).FullName">

Loading…
Cancel
Save