arizonacollab/app/views/spaces/edit.html.erb

7 lines
113 B
Plaintext
Raw Permalink Normal View History

2013-10-09 05:10:03 +00:00
<h1>Editing space</h1>
<%= render 'form' %>
<%= link_to 'Show', @space %> |
<%= link_to 'Back', spaces_path %>