mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ced8ebcee0
The initial implementation of namespacing was based on wrong assumptions. Namespacing path and class names in templates should be based on current namespace and skip_namespace attribute, but it should be not necessary to wrap content on all the templates into additional block methods.
6 lines
171 B
Text
6 lines
171 B
Text
<h1>Editing <%= singular_table_name %></h1>
|
|
|
|
<%%= render 'form' %>
|
|
|
|
<%%= link_to 'Show', @<%= singular_table_name %> %> |
|
|
<%%= link_to 'Back', <%= index_helper %>_path %>
|