diff --git a/docs-parent/TODO b/docs-parent/TODO index 87e14c19..c4956b70 100644 --- a/docs-parent/TODO +++ b/docs-parent/TODO @@ -1,3 +1,2 @@ - Users administration (client) - Tag color (client/server) -- Display tags on documents list (client) \ No newline at end of file diff --git a/docs-web/src/main/webapp/partial/document.html b/docs-web/src/main/webapp/partial/document.html index 429d865a..64d27f40 100644 --- a/docs-web/src/main/webapp/partial/document.html +++ b/docs-web/src/main/webapp/partial/document.html @@ -1,14 +1,17 @@
+

+

+
@@ -32,26 +35,34 @@
+ - - + + + +
Title Creation date Title Creation dateTags
{{ document.title }} {{ document.create_date | date: 'yyyy-MM-dd' }} + {{ tag.name }} +
+
+
{{ totalDocuments }} document{{ totalDocuments > 1 ? 's' : '' }} found
+
diff --git a/docs-web/src/main/webapp/style/main.less b/docs-web/src/main/webapp/style/main.less index adbdbc34..188b123a 100644 --- a/docs-web/src/main/webapp/style/main.less +++ b/docs-web/src/main/webapp/style/main.less @@ -8,6 +8,18 @@ tbody tr { cursor: pointer; } + + tbody td { + vertical-align: middle; + } + + .cell-tags { + padding: 2px; + + .label { + margin-left: 2px; + } + } } // Logs list