arizonacollab/app/views/spaces/new.html.erb
2013-10-08 22:10:03 -07:00

6 lines
77 B
Plaintext

<h1>New space</h1>
<%= render 'form' %>
<%= link_to 'Back', spaces_path %>