Sha256: eb1d8e9170c8cea073d758294c757f9980807b3fbf697fc641726964cc91357d
Contents?: true
Size: 591 Bytes
Versions: 92
Compression:
Stored size: 591 Bytes
Contents
<% form_action ||= :create cancel_link = true if cancel_link.nil? %> <%= render :partial => "base_form", :locals => {:xhr => xhr ||= nil, :form_action => form_action, :method => method ||= :post, :cancel_link => cancel_link, :headline => headline ||= active_scaffold_config.send(form_action).label(active_scaffold_config.sti_create_links ? @record.class.model_name.human(:count => 1) : nil)} %>
Version data entries
92 entries across 92 versions & 5 rubygems