docbrown/app/views/blocks/new.html.erb

5 lines
77 B
Text

<h1>New Block</h1>
<%= render "form" %>
<%= link_to "Back", blocks_path %>