diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index b275fa30..69476855 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -1,10 +1,8 @@ -
<%= link_to 'Create Template', new_template_path, data: { turbo_frame: :modal } %> - <% @templates.each do |template| %> -
- <%= template.name %> | - edit | - submissions | -
- <% end %> -
+<% @templates.each do |template| %> +
+ <%= template.name %> | + edit | + submissions | +
+<% end %> diff --git a/app/views/esign_settings/index.html.erb b/app/views/esign_settings/index.html.erb index 8f8d1e5c..11b386cc 100644 --- a/app/views/esign_settings/index.html.erb +++ b/app/views/esign_settings/index.html.erb @@ -1,17 +1,19 @@ -
-
- <%= render 'shared/settings_nav' %> -
- <%= form_for '', url: settings_esign_index_path, method: :post do |f| %> - - - - <%= f.button button_title %> - <% end %> -
+
+ <%= render 'shared/settings_nav' %> +
+

eSign

+

+ Upload your electronic signature +

+ <%= form_for '', url: settings_esign_index_path, method: :post do |f| %> + + + + <%= f.button button_title %> + <% end %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a1854407..4a643585 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -17,7 +17,7 @@ <% if flash.present? %>
-
+
<%= flash[:notice] || flash[:alert] %> @@ -27,7 +27,7 @@
<% end %> -
+
<%= yield %>
diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 6c11cc09..659e8039 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -1,4 +1,4 @@ -
+
<%= render 'shared/logo' %> DocuSeal @@ -12,7 +12,7 @@