Sha256: a208137014b08033f3d01a228481c840ef52e071f20d69e668945be032fe41f1
Contents?: true
Size: 445 Bytes
Versions: 22
Compression:
Stored size: 445 Bytes
Contents
<%%= render_page_title "#{t('model.edit', model: <%= class_name.split('::').last %>.model_name.human)} <small>#{t('simple_form.required.text') }</small>" do |toolbar| toolbar << { name: "#{t('labels.back_to')}#{t('model.list', :model => <%= class_name.split('::').last %>.model_name.human)}", url: <%= class_name.split('::').last.underscore.downcase.pluralize %>_path, options: {class: 'button'} } end %> <%%= render 'form' %>
Version data entries
22 entries across 22 versions & 1 rubygems