<%= semantic_form_for resource, url: resource_form_path do |f| %> <%= f.inputs(*(fields)) %> <%= f.actions do %> <%= f.action :submit %> <%= f.action :cancel, label: t("simple_resource.buttons.cancel"), url: collection_path %> <% end %> <% end %>