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 %>