From cd6be150dcf569a1f9ea959338bce1ef3049c460 Mon Sep 17 00:00:00 2001 From: Booteille Date: Tue, 10 Dec 2024 09:19:05 +0100 Subject: [PATCH] Center the button --- themes/default/templates/about.html.ep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/default/templates/about.html.ep b/themes/default/templates/about.html.ep index 990ea35..2be4562 100644 --- a/themes/default/templates/about.html.ep +++ b/themes/default/templates/about.html.ep @@ -21,6 +21,8 @@

<%= l('Version') %>

<%== l('Latest tag of this instance: %1', sprintf('%s', stash('version')->{tag}, stash('version')->{tag})) %>

<%== l('Latest commit of this instance: %1', sprintf('%s', stash('version')->{commit}, stash('version')->{commit})) %>

-

<%= link_to url_for('/') => ( class => "button action-back-homepage" ) => begin %><%= l('Back to homepage') %><% end%>

+

+ <%= link_to url_for('/') => ( class => "button action-back-homepage" ) => begin %><%= l('Back to homepage') %><% end%> +