Sha256: b9da6243783f4b3396f46f5874c41650a8d711ee770a28af07714f571f266e43
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 Bytes
Contents
- read_only = !%w[new create edit update].include?(action_name) = simple_form_for(@resource) do |f| .card.card-primary .card-header %h3.card-title= @resource.to_s.blank? ? @resource.model_name.human : @resource .card-tools = resource_form_actions(@resource, for_action: action_name.to_sym) .card-body =f.error_notification =f.error_notification message: f.object.errors[:base].to_sentence if f.object.errors[:base].present? = render_optional_partial 'form_inside_before', locals: {f: f} = render Olivander::Components::ResourceFormComponent.new(@resource, f) = render_optional_partial 'form_inside_after', locals: {f: f} .card-footer.text-right = link_to 'Cancel', @_effective_resource.action_path(:index), class: 'btn btn-secondary' - unless read_only = f.button :submit, class: 'btn btn-primary'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
five-two-nw-olivander-0.2.0.1 | app/views/application/_form.html.haml |