Browse Source
Update Default.cshtml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23924/head
Ahmet Çelik
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Tags/Default.cshtml
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
{ |
|
|
|
var formattedUrl = Model.UrlFormat.Replace("{TagId}", tag.Id.ToString()).Replace("{TagName}", tag.Name); |
|
|
|
<li> |
|
|
|
<a href="@formattedUrl"><span class="badge rounded-pill badge-secondary text-bg-secondary rounded-pill cmskit-tag font-weight-normal">@tag.Name</span></a> |
|
|
|
<a href="@formattedUrl"><span class="badge rounded-pill badge-secondary text-bg-secondary cmskit-tag font-weight-normal">@tag.Name</span></a> |
|
|
|
</li> |
|
|
|
} |
|
|
|
} |
|
|
|
|