Sha256: ec71da80261c7d2ff9b2688672dd92a4434db56370eaefeea109084b8f93c0f6

Contents?: true

Size: 642 Bytes

Versions: 18

Compression:

Stored size: 642 Bytes

Contents

<div class='form-actions'>
  <%= f.submit 'Save', :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 ||= false) %>
    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", :class => "close_dialog" %>
  <% end %>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
refinerycms-0.9.5.31 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.30 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.29 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.28 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.27 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.26 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.25 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.24 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.23 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.22 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.21 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.20 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.19 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.18 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.17 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.16 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.15 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb
refinerycms-0.9.5.14 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb