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