Improved ArticleComponent
This commit is contained in:
parent
35baa6508c
commit
50e7bd8c19
|
@ -18,8 +18,8 @@
|
||||||
 (@Localizer["ModifiedOn"] @Article.LastModified.Humanize())
|
 (@Localizer["ModifiedOn"] @Article.LastModified.Humanize())
|
||||||
</time>
|
</time>
|
||||||
}
|
}
|
||||||
@if (Article.Status <= ArticleStatus.Published) {
|
@if (Article.Status < ArticleStatus.Published) {
|
||||||
<span class="badge badge-sm badge-outline badge-warning">
|
<span class="badge badge-sm badge-outline badge-warning ml-2">
|
||||||
@Article.Status.Humanize()
|
@Article.Status.Humanize()
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|
2
Wave/wwwroot/css/main.min.css
vendored
2
Wave/wwwroot/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue