diff --git a/app/views/pages/landing.html.erb b/app/views/pages/landing.html.erb index 78cc823e..d75857da 100644 --- a/app/views/pages/landing.html.erb +++ b/app/views/pages/landing.html.erb @@ -5,7 +5,7 @@
<%= render 'shared/logo', width: '100', height: '100' %>

- DocuSeal + TherapyPM FormBuilder

<% if Docuseal.version.present? %> diff --git a/app/views/shared/_meta.html.erb b/app/views/shared/_meta.html.erb index 4a9c201f..e19af5d2 100644 --- a/app/views/shared/_meta.html.erb +++ b/app/views/shared/_meta.html.erb @@ -1,7 +1,7 @@ <% if Docuseal.demo? || (request.path != '/' && !devise_controller?) %> <% end %> -<% title = content_for(:html_title) || (signed_in? ? 'DocuSeal' : 'DocuSeal | Open Source Document Signing') %> +<% title = content_for(:html_title) || (signed_in? ? 'TherapyPM' : 'TherapyPM FormBuilder | Form Builder') %> <% description = content_for(:html_description) || 'Open source, self-hosted tool to streamline document filling and signing. Create custom PDF forms to complete and sign with an easy to use online tool.' %> diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 9df6a801..5d9dbc15 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -27,15 +27,7 @@ - +
<% else %> diff --git a/app/views/shared/_powered_by.html.erb b/app/views/shared/_powered_by.html.erb index dd0ee3fd..8b137891 100644 --- a/app/views/shared/_powered_by.html.erb +++ b/app/views/shared/_powered_by.html.erb @@ -1,13 +1 @@ -
- <% if local_assigns[:with_counter] %> - <% count = CompletedSubmitter.distinct.count(:submission_id) %> - <% if count > 1 %> - <%= t('count_documents_signed_with_html', count:) %> - <% else %> - <%= t('powered_by') %> - <% end %> - <% else %> - <%= t('powered_by') %> - <% end %> - <%= Docuseal.product_name %> - <%= t('open_source_documents_software') %> -
+ diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb index a40d0c9a..f6ee7282 100644 --- a/app/views/submissions/show.html.erb +++ b/app/views/submissions/show.html.erb @@ -20,10 +20,7 @@ <%= button_to button_title(title: t('unarchive'), disabled_with: t('unarchive')[0..-2], icon: svg_icon('rotate', class: 'w-6 h-6')), submission_unarchive_index_path(@submission), class: 'btn btn-primary btn-ghost text-base hidden md:flex' %> <% end %> <% if @submission.audit_trail.present? %> - - <%= svg_icon('external_link', class: 'w-6 h-6') %> - - + <% elsif signed_in? %> <%= link_to submission_events_path(@submission), class: 'white-button', data: { turbo_frame: :modal } do %> <%= svg_icon('logs', class: 'w-6 h-6') %> diff --git a/app/views/template_folders/show.html.erb b/app/views/template_folders/show.html.erb index c51879d8..2934f6a2 100644 --- a/app/views/template_folders/show.html.erb +++ b/app/views/template_folders/show.html.erb @@ -33,15 +33,7 @@ <% if params[:q].present? || @pagy.pages > 1 || @template_folders.present? %> <%= render 'shared/search_input' %> <% end %> - <% if can?(:create, ::Template) %> - - <%= link_to new_template_path(folder_name: @template_folder.full_name), class: 'white-button !border gap-2', data: { turbo_frame: :modal } do %> - <%= svg_icon('plus', class: 'w-6 h-6 stroke-2') %> - - <% end %> - <% end %> + <% if @template_folders.present? %> diff --git a/app/views/templates/_upload_button.html.erb b/app/views/templates/_upload_button.html.erb index 4b7156aa..d31726c4 100644 --- a/app/views/templates/_upload_button.html.erb +++ b/app/views/templates/_upload_button.html.erb @@ -1,18 +1,8 @@ <%= form_for '', url: templates_upload_path, id: form_id = SecureRandom.uuid, method: :post, class: 'inline', html: { enctype: 'multipart/form-data' } do %> diff --git a/app/views/templates_dashboard/index.html.erb b/app/views/templates_dashboard/index.html.erb index 51da1f56..649b86bb 100644 --- a/app/views/templates_dashboard/index.html.erb +++ b/app/views/templates_dashboard/index.html.erb @@ -57,7 +57,7 @@ <% if user_config.new_record? && !params.key?(:tour) %>
- <%= t('welcome_to_docuseal') %> + <%= t('welcome_to_therapypms_formbuilder') %>
<%= t('start_a_quick_tour_to_learn_how_to_create_an_send_your_first_document') %>