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

7 lines
113 B
Plaintext

<h1>Editing space</h1>
<%= render 'form' %>
<%= link_to 'Show', @space %> |
<%= link_to 'Back', spaces_path %>