mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
#17179: Fixing YSOD, centralizing duplicate code and renaming css class to a more appropriate name.
--HG-- branch : 1.x
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<ul class="contentItems">
|
||||
@foreach (var item in Model.Extensions) {
|
||||
<li>
|
||||
<div class="moduleName">
|
||||
<div class="extensionName">
|
||||
<h2>@item.Title<span> - @T("Version: {0}", item.Version)</span></h2>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user