From f1485892baa12b39f542a9f56c7d5335d2bb0a7f Mon Sep 17 00:00:00 2001 From: Venkata Chandra Sekhar Nainala Date: Wed, 18 Oct 2023 14:39:15 +0200 Subject: [PATCH] fix: ui updates --- resources/js/Pages/Project/Index.vue | 28 ++++++------------------- resources/js/Pages/Project/Show.vue | 31 +++++++--------------------- 2 files changed, 14 insertions(+), 45 deletions(-) diff --git a/resources/js/Pages/Project/Index.vue b/resources/js/Pages/Project/Index.vue index bf1e77b6..cfebf91c 100644 --- a/resources/js/Pages/Project/Index.vue +++ b/resources/js/Pages/Project/Index.vue @@ -170,7 +170,7 @@ class="flex-grow cursor-pointer" >
-
+

- - - - - {{ tag.name["en"] }} - + {{ tag.name["en"] }}

@@ -292,13 +277,12 @@ > {{ project.description }}
-
+
Last updated onUpdated on {{ formatDate(project.updated_at) }} -
-
+ · Created on diff --git a/resources/js/Pages/Project/Show.vue b/resources/js/Pages/Project/Show.vue index 947d16b3..c695bdf9 100644 --- a/resources/js/Pages/Project/Show.vue +++ b/resources/js/Pages/Project/Show.vue @@ -77,16 +77,6 @@ Edit
- - - - -
+
+ +
@@ -411,22 +407,11 @@

- - - - - {{ tag.name["en"] }} - + {{ tag.name["en"] }}