From b411ac1c308b72982cf97c57ef6f8ea3f1a6bcbf Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 9 Nov 2023 12:04:24 -0500 Subject: [PATCH] add preview header to script#show as well --- apps/dashboard/app/views/projects/show.html.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/app/views/projects/show.html.erb b/apps/dashboard/app/views/projects/show.html.erb index 5e65c76de8..ad565cd661 100644 --- a/apps/dashboard/app/views/projects/show.html.erb +++ b/apps/dashboard/app/views/projects/show.html.erb @@ -1,9 +1,12 @@ <%= javascript_include_tag 'projects', nonce: true %> -
+

<%= @project.title %>

+ + This is a preview of the new 'Project Manager' + + +

<%= link_to 'Back', projects_path, class: 'btn btn-default', title: 'Return to projects page' %>