mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
525 B
14 lines
525 B
<div>
|
|
<%= link_to root_path(@template) do %>
|
|
←
|
|
<span>Back to Active</span>
|
|
<% end %>
|
|
</div>
|
|
<div class="flex justify-between mb-4 items-center">
|
|
<h1 class="text-4xl font-bold"><span class="hidden md:inline">Document</span> Templates <span class="badge badge-outline badge-lg align-middle">Archived</span></h1>
|
|
</div>
|
|
<div class="grid gap-4 md:grid-cols-3">
|
|
<%= render partial: 'templates/template', collection: @templates %>
|
|
</div>
|
|
<%= render 'shared/pagination', pagy: @pagy, items_name: 'templates' %>
|