|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if can?(:create, ::Template) %>
|
|
|
|
|
<%= render 'templates/upload_button', folder_name: @template_folder.name %>
|
|
|
|
|
<%= link_to new_template_path(folder_name: @template_folder.name), class: 'btn btn-primary text-base btn-md gap-2', data: { turbo_frame: :modal } do %>
|
|
|
|
|
<%= link_to new_template_path(folder_name: @template_folder.name), class: 'white-button !border gap-2', data: { turbo_frame: :modal } do %>
|
|
|
|
|
<%= svg_icon('plus', class: 'w-6 h-6 stroke-2') %>
|
|
|
|
|
<span class="hidden md:block">Create</span>
|
|
|
|
|
<% end %>
|
|
|
|
|
|