Sha256: c77850982557f68b389d689d8107e5ef355a9c5568e2046af93a634ba92f784f

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 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

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-0.9.5.13 vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb