|
|
|
|
@ -10,11 +10,7 @@
|
|
|
|
|
</buttun>
|
|
|
|
|
<input id="share-link-input" autocomplete="off" type="text" class="input input-bordered w-full join-item" value="<%= start_form_url(slug: @template.slug) %>" disabled>
|
|
|
|
|
<clipboard-copy class="btn btn-neutral btn-square join-item text-white font-bold" for="share-link-input">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
|
|
|
<path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
|
|
|
|
|
<path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />
|
|
|
|
|
</svg>
|
|
|
|
|
<%= svg_icon('clipboard', class: 'w-6 h-6') %>
|
|
|
|
|
</clipboard-copy>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -22,11 +18,7 @@
|
|
|
|
|
<div class="flex justify-between mb-4">
|
|
|
|
|
<h1 class="text-3xl font-bold">Recepients</h1>
|
|
|
|
|
<%= link_to new_template_submission_path(@template), class: 'btn btn-primary btn-sm gap-2', data: { turbo_frame: 'modal' } do %>
|
|
|
|
|
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
|
|
|
<line x1="12" y1="5" x2="12" y2="19" />
|
|
|
|
|
<line x1="5" y1="12" x2="19" y2="12" />
|
|
|
|
|
</svg>
|
|
|
|
|
<%= svg_icon('plus', class: 'w-6 h-6') %>
|
|
|
|
|
<span class="hidden md:block">Add Recepients</span>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
|