<% attributes.reject(&:password_digest?).each do |attribute| %> <% end %>
属性
<%%= <%= singular_table_name.classify %>.human_attribute_name(:<%= attribute.name %>) %>: <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
<%%= link_to t('actions.edit'), edit_<%= prefixed_plain_model_url %>_path(@<%= singular_table_name %>), class: "ui button primary" %> <%%= link_to t('buttons.back'), <%= prefixed_index_helper %>_path, class: "ui button" %>