Sha256: e2b95f1688acb697b608565cc3b3b8fd1e26e9842d5bb4a318c2efc69ab27616

Contents?: true

Size: 703 Bytes

Versions: 6

Compression:

Stored size: 703 Bytes

Contents

<div class='form-actions'>
  <%= f.submit 'Save', :id => "#{submit_button_id ||= "submit_button"}", :class => "wymupdate" -%>
  <% if (continue_editing ||= false and !f.object.new_record?) -%>
    or
    <%= render :partial => "/shared/admin/continue_editing", :locals => {:f => f} -%>
  <% end -%>
  <% unless (hide_cancel ||= from_dialog?) -%>
    or
    <%= link_to "Cancel", (cancel_url ||= send("admin_#{f.object.class.name.pluralize.underscore}_url")),
          :title => (title ||= "Cancelling will lose all changes you've made to this #{f.object.class.name.underscore.gsub("_", " ")}"),
          :id => "#{cancel_button_id ||= "cancel_button"}", :class => "close_dialog" %>
  <% end -%>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-0.9.6.5 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.6.4 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.6.3 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.6.2 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.6.1 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.6 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb