From 74fb648d199bf70a3401b38fbf5a7654fdc0f23e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 14:32:58 +0100 Subject: fix add label to title in home --- app/view/templates/home.php | 6 +++--- assets/css/home.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 60dd836..9c71b53 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -37,7 +37,7 @@ issupereditor()) { ?>x - id + id edit see del @@ -89,7 +89,7 @@ issupereditor()) { ?> - + issupereditor() || in_array($user->id(), $item->authors())) { ?> issupereditor() || $item->authors() === [$user->id()]) { ?> @@ -100,7 +100,7 @@ taglinks($item->tag('array')) ?> - title() ?> + description('short') ?> diff --git a/assets/css/home.css b/assets/css/home.css index b14f9a1..a801ba8 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -107,7 +107,7 @@ main.home div#main { flex-direction: column; } -main.home table#home2table label { +main.home table .id { font-family: monospace; font-size: medium; } -- cgit v1.2.3