Skip to content

Commit

Permalink
#3 new jobs link to readme for upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Aug 30, 2019
1 parent 1e1362c commit cbc4fc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/projects/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<h2>New Project</h2>
</div>

<div>
Before making a new project here, be sure to upload the project to the servers if the files are not already there. <br>
You can follow the directions on the <a href="https://github.com/OSC/frame-renderer/#upload-your-project">README</a> on how to do so.
<br><br>
</div>

<%= link_to 'Back', projects_path %>

<%= render 'form' %>

0 comments on commit cbc4fc8

Please sign in to comment.