Sha256: 1068cda646216610e21566cf5c7646f1456bfa5525fc9793ab5d610fc3d8c3ec

Contents?: true

Size: 559 Bytes

Versions: 4

Compression:

Stored size: 559 Bytes

Contents

ruby:
  # Template for RowsController (show)
  # Requires resource model_name model_symbol
  #   partial 'form' template

  content_for(:submit_left) do
    link_to t('button.back').html_safe, url_for(action: :index), class: 'button'
  end
  content_for(:submit_right) do
    link_to t('button.edit').html_safe, url_for(action: :edit), class: 'button'
  end

fieldset.show class="wide mask" id=model_symbol
  legend = model_name
  = render '/shared/error_explanation'

  = form_with model: resource do |f|
    = render('form', f:)
    = render '/rows/submit'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rows_controller-3.1.7 app/views/rows/show.slim
rows_controller-3.1.6 app/views/rows/show.slim
rows_controller-3.1.5 app/views/rows/show.slim
rows_controller-3.1.4 app/views/rows/show.slim