change button style

pull/636/head
Pete Matsyburka 3 weeks ago
parent 46cf1e3067
commit a64bc3c618

@ -4,7 +4,7 @@
</p> </p>
<% if can?(:update, @template) %> <% if can?(:update, @template) %>
<toggle-submit class="block"> <toggle-submit class="block">
<%= button_to button_title(title: t('enable_shared_link'), icon: svg_icon('lock_open', class: 'w-6 h-6')), template_share_link_path(@template), params: { template: { shared_link: true }, redir: template_share_link_qr_path(@template) }, method: :post, data: { turbo: false }, class: 'white-button w-full' %> <%= button_to button_title(title: t('enable_shared_link'), icon: svg_icon('lock_open', class: 'w-6 h-6')), template_share_link_path(@template), params: { template: { shared_link: true }, redir: template_share_link_qr_path(@template) }, method: :post, data: { turbo: false }, class: 'base-button w-full' %>
</toggle-submit> </toggle-submit>
<% end %> <% end %>
</div> </div>

Loading…
Cancel
Save