<%%= simple_form_for(<%= "[:#{prefix}, #{singular_table_name}]" %>) do |f| %> <%%= f.error_notification %>
<%- attributes.each do |attribute| -%> <%%= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> %> <%- end -%>
<%%= f.submit t('buttons.save'), data: { disable_with: "保存中..." }, class: "ui button primary" %> <%%= link_to t('buttons.cancel'), <%= prefixed_index_helper %>_path, class: "ui button" %>
<%% end %>