Sha256: 4e754744cc5fe096917d65a7b3e3a8d525702df4df65ac6b366a09cc7e2d93ed

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

ruby:
  # submit links and/or buttons
  # Requires
  #   content_for(:submit_<left|right>)
  #   left|right (links names)

  # left|right must be used inside a form.
  # The clean content_for variant may be used unbounded.

  left ||= nil
  right ||= nil

/.rows-submit style="width:100%" data= { turbo: 'false' }
.rows-submit style="width:100%"
  input style="display:none" type="submit" name="commit" value="OK"
  p style="float:left"
    = render '/rows/submit_part', content: :submit_left, names: left
  p style="float:right"
    = render '/rows/submit_part', content: :submit_right, names: right
  div style="clear:both"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rows_controller-3.1.0 app/views/rows/_submit.slim.bak