Off world object management

<% for object_off_world in @objects_off_world %> <% end %>
Name Type Content
<%= h object_off_world.name %> <%= h object_off_world.otype %> <%= h object_off_world.content %> <%= link_to 'Edit', :action => 'edit', :id => object_off_world %> <%= link_to 'Destroy', { :action => 'destroy', :id => object_off_world }, :confirm => 'Are you sure?', :method => :post %>
<%= link_to 'Previous page', { :page => @object_off_world_pages.current.previous } if @object_off_world_pages.current.previous %> <%= link_to 'Next page', { :page => @object_off_world_pages.current.next } if @object_off_world_pages.current.next %>
<%= link_to 'New object', :action => 'new' %>