From 2fc1ba3037fc28c1c7a548dec600e60f2520f347 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 31 Jul 2026 09:23:18 +0300 Subject: [PATCH] fix layout --- app/views/templates/_template.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/templates/_template.html.erb b/app/views/templates/_template.html.erb index 1eac20ca..8b96126e 100644 --- a/app/views/templates/_template.html.erb +++ b/app/views/templates/_template.html.erb @@ -15,12 +15,12 @@ <% end %>

- + <%= svg_icon('calendar', class: 'w-4 h-4 flex-shrink-0') %> <%= l(template.created_at.in_time_zone(current_account.timezone), format: :short, locale: current_account.locale) %> <% if local_assigns[:with_folder] %> - + <%= svg_icon('folder', class: 'w-4 h-4 flex-shrink-0') %> <%= template.folder.full_name %>