<%= notice %>

<%= render partial: "space", locals: {space: @space} %> <%= link_to 'Edit', edit_space_path(@space) %> | <%= link_to 'Back', spaces_path %>

Revision history

<% @space.versions.each do |v| %>
<%= v.event.capitalize %> <%= v.created_at %> <%= v.whodunnit if v.whodunnit %>
<% if v.reify %> <%= render partial: "space", locals: {space: v.reify} %> <% end %>
<% end %>