Sha256: 1e3650deedd38ea7e4500f7a498074d587e8e80483d889d1f318a70b4e75b2a6

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 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' }
  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

2 entries across 2 versions & 1 rubygems

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