Sha256: 5a387073596f15aad2503d7ade49863103d7050cf7e6423e2114b2e49c087511
Contents?: true
Size: 704 Bytes
Versions: 10
Compression:
Stored size: 704 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
10 entries across 10 versions & 2 rubygems