Files
docuseal/app/views/templates/edit.html.erb
T
Alex Turchyn c7b08e8d30 add languages
2024-09-30 12:13:07 +03:00

2 lines
393 B
Plaintext

<template-builder class="grid" data-template="<%= @template_data %>" data-with-sign-yourself-button="<%= !@template.archived_at? %>" data-with-send-button="<%= !@template.archived_at? && can?(:create, @template.submissions.new(account: current_account)) %>" data-locale="<%= Rails.env.development? && params[:locale].present? ? params[:locale] : current_account.locale %>"></template-builder>