Browse Source

Added small text to description

pull/14330/head
braim23 4 years ago
parent
commit
73abcb9707
  1. 2
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Edit.cshtml
  2. 2
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/New.cshtml

2
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Edit.cshtml

@ -60,7 +60,7 @@
<abp-input asp-for="Post.Tags" />
<abp-input asp-for="Post.Description" />
<abp-input asp-for="Post.Description" label="Description (will be rendered in the article link preview, supports HTML)" />
<abp-input asp-for="Post.BlogId" />
<abp-input asp-for="Post.Id" />
<abp-input asp-for="Post.Content" />

2
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/New.cshtml

@ -57,7 +57,7 @@
<abp-input asp-for="Post.Content" />
<abp-input asp-for="Post.Tags" />
<abp-input asp-for="Post.Description" />
<abp-input asp-for="Post.Description" label="Description (will be rendered in the article link preview, supports HTML)" />
<div class="mb-3">

Loading…
Cancel
Save