From 34c240d43a208ef9f3b6f118a536c24d54b3de8d Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 21 May 2025 23:06:59 +0100 Subject: [PATCH] Improve station profile page layout and fix HTML issues This commit makes two main improvements to the station profile page: 1. UI/Layout improvements: - Move the "Create Station Location" button next to the page title - Create a flex container for better alignment of title and button - Remove unnecessary paragraph tags around the button 2. HTML validation fixes: - Add missing quotes around title attributes in buttons - Replace incorrect
tag with proper
tag - Fix duplicate closing tag in empty log section - Clean up extra whitespace These changes improve both the visual appearance and HTML validity of the station profile page. --- application/views/station_profile/index.php | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/application/views/station_profile/index.php b/application/views/station_profile/index.php index c45df598..83899cb7 100644 --- a/application/views/station_profile/index.php +++ b/application/views/station_profile/index.php @@ -8,7 +8,10 @@ -

+
+

+ +