-
@item.Title - @T("Version: {0}", item.Version)
@(item.Description == null ? T("(No description").Text : item.Description)
- @T("Last Updated: {0}", DateTime.Now.ToLocalTime())
- | @T("Author: {0}", !string.IsNullOrEmpty(item.Authors) ? item.Authors : T("Unknown").ToString())
- | @T("Rating: {0}", item.Rating)
- | @T("Ratings Count: {0}", item.RatingsCount)
- | @T("Website: ")
@if (!string.IsNullOrEmpty(item.ProjectUrl)) { @item.ProjectUrl } else { @T("Unknown").ToString() }
+
+
+
+
+
+
@(item.Description == null ? T("(No description").Text : item.Description)
+
+ - @T("Last Updated: {0}", DateTime.Now.ToLocalTime())
+ - | @T("Author: {0}", !string.IsNullOrEmpty(item.Authors) ? item.Authors : T("Unknown").ToString())
+ - | @T("Rating: {0}", item.Rating)
+ - | @T("Ratings Count: {0}", item.RatingsCount)
+ - | @T("Website: ")
+ @if (!string.IsNullOrEmpty(item.ProjectUrl)) { @item.ProjectUrl } else { @T("Unknown").ToString() }
+
+
diff --git a/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Themes.cshtml b/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Themes.cshtml
index adb408d63..a17e04a7b 100644
--- a/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Themes.cshtml
+++ b/src/Orchard.Web/Modules/Orchard.Packaging/Views/Gallery/Themes.cshtml
@@ -38,7 +38,13 @@