Sha256: ca62d33313f366e95210717033a6ddba728714bd99426e07ce0257ed71261eac
Contents?: true
Size: 678 Bytes
Versions: 11
Compression:
Stored size: 678 Bytes
Contents
<%%= simple_form_for(@<%= name %>) do |f| %> <%%= f.error_notification %> <%%= f.input :email %> <%%= f.input :name %> <%%= f.input :active %> <%%= f.input :password %> <%%= f.input :password_confirmation %> <%%= f.input :status %> <%%= f.input :theme %> <%%= f.button :submit, class: 'btn btn-primary' %> <%%- if @<%= name %>.new_record? -%> <%%= link_to t('actions.back.index'), <%= table_name %>_path, class: 'btn btn-default' %> <%%- else -%> <%%= link_to t('actions.back.show'), @<%= name %>, class: 'btn btn-default' %> <%%= link_to t('actions.back.index'), <%= table_name %>_path, class: 'btn btn-default' %> <%%- end -%> <%% end %>
Version data entries
11 entries across 11 versions & 1 rubygems