From 975b4dd8f4c6bdca9ed04f3ee2ee9e166cdefa0d Mon Sep 17 00:00:00 2001 From: halimekarayay Date: Fri, 26 Aug 2022 18:09:48 +0300 Subject: [PATCH] commit --- .../Pages/Documents/Project/Index.cshtml | 123 +++++++------- .../Pages/Documents/Shared/Styles/vs.css | 133 +++++++-------- .../Pages/Documents/Shared/Styles/vs.css.map | 2 +- .../Pages/Documents/Shared/Styles/vs.scss | 152 ++++++++++-------- 4 files changed, 222 insertions(+), 188 deletions(-) diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml index d471603c2f..ec897eb73c 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml @@ -53,13 +53,13 @@
-
+
-
-
-
+
+
+ +
@if (Model.ShowProjectsCombobox && Model.ProjectSelectItems.Count > 1) {
@@ -108,11 +108,11 @@
}
-
-
+ +
@if (Model.VersionSelectItems.Any()) { -
+
Version
@@ -132,28 +132,32 @@
} +
- @if (Model.LanguageSelectListItems.Count > 1) - { -
-
- Language -
-
- @* - - *@ - -
-
+ +
+ + @if (Model.LanguageSelectListItems.Count > 1) + { +
+
+ Language +
+
+ @* + + *@ +
- } +
-
+ } +
+
@@ -170,6 +174,7 @@
+ @if (Model.Navigation == null || !Model.Navigation.HasChildItems) {
@@ -239,41 +244,45 @@
}
-
-
+
+
@if (Model.Document.Contributors != null && Model.Document.Contributors.Count > 0) { - - @(L["Contributors"].Value) - - @foreach (var contributor in Model.Document.Contributors.OrderByDescending(c => c.CommitCount).ToList()) - { - - Avatar - - } +
+ + @(L["Contributors"].Value): + + + @if (string.IsNullOrEmpty(Model.Document.EditLink)) + { + + + @(L["Edit"]) + @L["LastEditTime"]: @Model.Document.LastUpdatedTime.ToShortDateString() + + } +
+
+ @foreach (var contributor in Model.Document.Contributors.OrderByDescending(c => c.CommitCount).ToList()) + { + + Avatar + + } +
} +
-
-
- @if (!string.IsNullOrEmpty(Model.Document.EditLink)) - { - - - @(L["Edit"]) - @L["LastEditTime"]: @Model.Document.LastUpdatedTime.ToShortDateString() - - } + +
- -
@@ -295,7 +304,7 @@ @foreach (var parameter in Model.DocumentPreferences.Parameters) { - +
@(parameter.DisplayName)