mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
@@ -7,7 +7,7 @@
|
||||
<ul class="pageStatus">
|
||||
<li title="@T("Running workflows")" >
|
||||
<img class="icon" src="@Href("~/Modules/Orchard.Workflows/Styles/Images/cog.png")" alt="@T("Running ({0})", count)" />
|
||||
<a href="@Url.Action("List", "Admin", new { area = "Orchard.Workflows", id = (int)Model.ContentPart.Id })">@T("{0} Workflow(s)", count).Text</a>
|
||||
<a href="@Url.Action("List", "Admin", new { area = "Orchard.Workflows", id = (int)Model.ContentPart.Id })">@T.Plural("{0} Workflow", "{0} Workflows", count, count).Text</a>
|
||||
|
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user