Sha256: 4d100e01e3118beb8e53ce88a726a290abf0df87a5732e1f1f51c5f0392410eb
Contents?: true
Size: 596 Bytes
Versions: 108
Compression:
Stored size: 596 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.add_sti_create_links? ? @record.class.model_name.human(:count => 1) : nil)} %>
Version data entries
108 entries across 108 versions & 1 rubygems