Sha256: 9d9db9f59d122a16a42e0f1f4e9da8143892a44b551578e7d09c2dbfa4d69699

Contents?: true

Size: 500 Bytes

Versions: 6

Compression:

Stored size: 500 Bytes

Contents

<% cancel_link = true if cancel_link.nil? %>
<%= render partial: 'base_form', locals: {xhr: xhr ||= nil,
                                          form_action: form_action ||= :update,
                                          method: method ||= :patch,
                                          cancel_link: cancel_link,
                                          headline: headline ||= @record.to_label.nil? ? active_scaffold_config.update.label : as_(:update_model, model: h(@record.to_label))} %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_scaffold-4.0.2 app/views/active_scaffold_overrides/_update_form.html.erb
active_scaffold-4.0.1 app/views/active_scaffold_overrides/_update_form.html.erb
active_scaffold-4.0.0 app/views/active_scaffold_overrides/_update_form.html.erb
active_scaffold-4.0.0.rc3 app/views/active_scaffold_overrides/_update_form.html.erb
active_scaffold-4.0.0.rc2 app/views/active_scaffold_overrides/_update_form.html.erb
active_scaffold-4.0.0.rc1 app/views/active_scaffold_overrides/_update_form.html.erb