akam_roadmap/app/views/projects/new.html.erb

6 lines
81 B
Plaintext
Raw Normal View History

2014-11-06 21:50:01 +00:00
<h1>New project</h1>
<%= render 'form' %>
<%= link_to 'Back', projects_path %>