From cbc4fc850d9cf7cd657ae6f631ed6a14b11f39e7 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 30 Aug 2019 13:17:36 -0400 Subject: [PATCH] #3 new jobs link to readme for upload. --- app/views/projects/new.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb index bc24dc2..f025826 100644 --- a/app/views/projects/new.html.erb +++ b/app/views/projects/new.html.erb @@ -2,6 +2,12 @@

New Project

+
+ Before making a new project here, be sure to upload the project to the servers if the files are not already there.
+ You can follow the directions on the README on how to do so. +

+
+ <%= link_to 'Back', projects_path %> <%= render 'form' %>