mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
![]() |
@model Orchard.Blogs.Models.BlogArchivesPart
|
||
|
<fieldset>
|
||
|
<div>
|
||
|
@Html.LabelFor(m => m.ForBlog)
|
||
|
@Html.TextBoxFor(m => m.ForBlog)
|
||
|
<span class="hint">@T("The blog's slug to display the archives for.")</span>
|
||
|
</div>
|
||
|
</fieldset>
|