diff --git a/app/views/universes/edit.html.erb b/app/views/universes/edit.html.erb index 1c3ab6df..4647d579 100644 --- a/app/views/universes/edit.html.erb +++ b/app/views/universes/edit.html.erb @@ -1,4 +1,6 @@ <%- model_class = @universe.class -%> -<%= render :partial => 'tabs' %> -<%= render :partial => 'edit_form' %> +
| <%= model_class.human_attribute_name(:name) %> | -<%= model_class.human_attribute_name(:description) %> | -<%=t '.actions', :default => t("helpers.actions") %> | -
|---|
| <%= simple_format link_to universe.name, universe_path(universe) %> | -<%= simple_format truncate(universe.description, :length => 256) %> | -- <%= link_to t('.view', :default => t("helpers.links.view")), - universe_path(universe), :class => 'btn btn-mini' %> - <%= link_to t('.edit', :default => t("helpers.links.edit")), - universe_edit_path(universe), :class => 'btn btn-mini' %> - <%= link_to t('.destroy', :default => t("helpers.links.destroy")), - universe_path(universe), - :method => :delete, - :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), - :class => 'btn btn-mini btn-danger' %> - | +<%= model_class.human_attribute_name(:name) %> | +<%= model_class.human_attribute_name(:description) %> | +<%=t '.actions', :default => t("helpers.actions") %> |
|---|
- Literally, a universe. The universe your character exists in. The universe their friends, family, and foes exist in. The universe that contains their hometown, their country, their planet – everything that exists in their world. Sticking it all in a universe keeps it separate from other universes that other stories might be happening in. -
- - <%= link_to 'New universe', universe_create_path, :class => 'btn btn-primary' %> ++ Literally, a universe. The universe your character exists in. The universe their friends, family, and foes exist in. The universe that contains their hometown, their country, their planet – everything that exists in their world. Sticking it all in a universe keeps it separate from other universes that other stories might be happening in. +
+ + <%= link_to 'New universe', universe_create_path, :class => 'btn btn-primary' %> +- Now that you know the basics of how to create, edit, and view your content, you're free to create anything you want! Personally I typically start with characters, but I know some people enjoy starting with a good map full of locations. Or if magic is more your thing, all power to you! -
-- Your universe is empty but ready to be filled with stuff now. You'll find everything you could think to fill it with within the Plan menu at the top of the page! -
-- Good luck! -
++ Now that you know the basics of how to create, edit, and view your content, you're free to create anything you want! Personally I typically start with characters, but I know some people enjoy starting with a good map full of locations. Or if magic is more your thing, all power to you! +
++ Your universe is empty but ready to be filled with stuff now. You'll find everything you could think to fill it with within the Plan menu at the top of the page! +
++ Good luck! +
+