diff --git a/app/javascript/submission_form/completed.vue b/app/javascript/submission_form/completed.vue index 1342de33..69e72cf4 100644 --- a/app/javascript/submission_form/completed.vue +++ b/app/javascript/submission_form/completed.vue @@ -41,6 +41,14 @@ +
+ Signed with + DocuSeal - open source documents software +
diff --git a/app/views/icons/_writing_sign.html.erb b/app/views/icons/_writing_sign.html.erb new file mode 100644 index 00000000..eb97b60c --- /dev/null +++ b/app/views/icons/_writing_sign.html.erb @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 2642e703..2d068aa6 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -5,7 +5,7 @@ DocuSeal - GitHub Repo stars + GitHub Repo stars <% if signed_in? %> diff --git a/app/views/start_form/completed.html.erb b/app/views/start_form/completed.html.erb index 0436f4e9..42e09786 100644 --- a/app/views/start_form/completed.html.erb +++ b/app/views/start_form/completed.html.erb @@ -12,12 +12,7 @@
- - - - - - + <%= svg_icon('writing_sign', class: 'w-10 h-10') %>

<%= @submitter.submission.template.name %>

diff --git a/app/views/start_form/show.html.erb b/app/views/start_form/show.html.erb index 135a2f7f..452b48ad 100644 --- a/app/views/start_form/show.html.erb +++ b/app/views/start_form/show.html.erb @@ -1,43 +1,36 @@ -
-
-
-
-
- - - <%= render 'shared/logo', width: '50px', height: '50px' %> - -

DocuSeal

-
-

You have been invited to submit the form

-
-
-
- - - - - - -
-
-

<%= @template.name %>

-

Invited by <%= @template.account.name %>

-
-
-
-
- <%= form_for @submitter, url: start_form_path(@template.slug), data: { turbo_frame: :_top }, method: :put, html: { class: 'space-y-4' } do |f| %> -
- <%= f.label :email, class: 'label' %> - <%= f.email_field :email, required: true, class: 'base-input', placeholder: 'Provide your email to start' %> +
+
+
+ +
+
+
+ <%= svg_icon('writing_sign', class: 'w-10 h-10') %>
-
- <%= f.button button_title(title: 'Start', disabled_with: 'Starting'), class: 'base-button' %> +
+

<%= @template.name %>

+

Invited by <%= @template.account.name %>

- <% end %> +
+ <%= form_for @submitter, url: start_form_path(@template.slug), data: { turbo_frame: :_top }, method: :put, html: { class: 'space-y-4' } do |f| %> +
+ <%= f.label :email, class: 'label' %> + <%= f.email_field :email, required: true, class: 'base-input', placeholder: 'Provide your email to start' %> +
+
+ <%= f.button button_title(title: 'Start', disabled_with: 'Starting'), class: 'base-button' %> +
+ <% end %>
<%= render 'shared/attribution' %> diff --git a/app/views/submit_form/completed.html.erb b/app/views/submit_form/completed.html.erb index f6466b84..0a0edb24 100644 --- a/app/views/submit_form/completed.html.erb +++ b/app/views/submit_form/completed.html.erb @@ -12,12 +12,7 @@
- - - - - - + <%= svg_icon('writing_sign', class: 'w-10 h-10') %>

<%= @submitter.submission.template.name %>