master^2
Pete Matsyburka 4 days ago
parent c67d37207e
commit 2fc1ba3037

@ -15,12 +15,12 @@
<% end %> <% end %>
</p> </p>
<p class="flex text-xs text-base-content/60"> <p class="flex text-xs text-base-content/60">
<span class="flex items-center space-x-1 w-1/2 whitespace-nowrap"> <span class="flex items-center space-x-1 w-1/2 md:w-2/3 lg:w-1/2 whitespace-nowrap">
<%= svg_icon('calendar', class: 'w-4 h-4 flex-shrink-0') %> <%= svg_icon('calendar', class: 'w-4 h-4 flex-shrink-0') %>
<span><%= l(template.created_at.in_time_zone(current_account.timezone), format: :short, locale: current_account.locale) %></span> <span><%= l(template.created_at.in_time_zone(current_account.timezone), format: :short, locale: current_account.locale) %></span>
</span> </span>
<% if local_assigns[:with_folder] %> <% if local_assigns[:with_folder] %>
<span class="flex items-center space-x-1 w-1/2"> <span class="flex items-center space-x-1 w-1/2 md:w-1/3 lg:w-1/2">
<%= svg_icon('folder', class: 'w-4 h-4 flex-shrink-0') %> <%= svg_icon('folder', class: 'w-4 h-4 flex-shrink-0') %>
<span class="truncate"><%= template.folder.full_name %></span> <span class="truncate"><%= template.folder.full_name %></span>
</span> </span>

Loading…
Cancel
Save