diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index 64a49cbf..59e3ce78 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -1,26 +1,43 @@ -
Created by <%= template.author.full_name %>
-- <%= svg_icon('calendar', class: 'w-4 h-4') %> - <%= l(template.created_at, format: :long) %> -
+<%- if @templates.any? %> +Created by <%= template.author.full_name %>
++ <%= svg_icon('calendar', class: 'w-4 h-4') %> + <%= l(template.created_at, format: :long) %> +
+Streamline document workflows, from creating customizable templates to filling and signing document forms, with DocuSeal
+ <%= link_to new_template_path, class: 'btn btn-neutral', data: { turbo_frame: :modal } do %> + <%= svg_icon('plus', class: 'w-6 h-6') %> + Create Template + <% end %>