diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index 69476855..71105e58 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -1,8 +1,38 @@ - <%= link_to 'Create Template', new_template_path, data: { turbo_frame: :modal } %> -<% @templates.each do |template| %> -
Created by <%= template.author.full_name %>
++ + <%= l(template.created_at, format: :long) %> +
+