Sha256: 62be9661257892f4ea9d92ad2255fdbee5f2304a12be0ca65c12da57090f4beb
Contents?: true
Size: 371 Bytes
Versions: 8
Compression:
Stored size: 371 Bytes
Contents
<% page_title = Typus::I18n.t("Add New %{resource}", :resource => @resource.model_name.human) title(page_title) %> <% content_for :sidebar, build_sidebar %> <h2> <%= page_title %> <small><%= list_actions %></small> </h2> <%= render 'new' %> <%= render :partial => 'form', :locals => { :options => params.dup.cleanup.merge(:action => 'create') } %>
Version data entries
8 entries across 8 versions & 1 rubygems