From 166f7ef3e5c9d2775e0a5b42a50c403d1e8d40a3 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 12 Feb 2024 09:55:40 +0100
Subject: [PATCH] fix

---
 app/views/server/websites/_list.html.erb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/views/server/websites/_list.html.erb b/app/views/server/websites/_list.html.erb
index b326a28ab..874745678 100644
--- a/app/views/server/websites/_list.html.erb
+++ b/app/views/server/websites/_list.html.erb
@@ -29,11 +29,12 @@
             <%= link_to Communication::Website.human_attribute_name('url'),
                         website.url,
                         target: :_blank,
-                        class: 'action' if website.url.present? %></td>
+                        class: 'action' if website.url.present? %>
             <%= link_to t('server_admin.websites.git_repo.short'),
                         website.repository_url,
                         target: :_blank,
-                        class: 'action' if website.repository.present? %></td>
+                        class: 'action' if website.repository.present? %>
+          </td>
           <td><%= image_tag website.deployment_status_badge,
                             alt: '' if website.deployment_status_badge.present? %></td>
           <td class="js-version">
-- 
GitLab