Sha256: 031e5c9f6211e8ef2361499a3f1b65dcd014f5e88ce4bb079e709e58749d82df
Contents?: true
Size: 826 Bytes
Versions: 27
Compression:
Stored size: 826 Bytes
Contents
<% content_for :sidebar do %> <%= typus_block :location => @resource[:self], :partial => 'sidebar' %> <%= actions %> <% end %> <%= display_link_to_previous if params[:back_to] %> <h2><%= link_to @resource[:class].typus_human_name.pluralize, :action => 'index' %> › <%= _("New") %></h2> <%= typus_block :location => @resource[:self], :partial => 'new' %> <% form_for @item, :url => { :action => 'create', :back_to => params[:back_to], :selected => params[:selected], :resource => params[:resource], :resource_id => params[:resource_id] }, :html => { :multipart => true } do |f| %> <%= build_form(@fields) %> <p><%= submit_tag _("Create entry"), :class => 'button' %></p> <% end %>
Version data entries
27 entries across 27 versions & 2 rubygems