Added small text to description

pull/14330/head
braim23 3 years ago
parent 0c32981604
commit 73abcb9707

@ -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" />

@ -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