Sha256: 8ceb5348a2677a86dd45f09ee4a3d80b6c8d2e8fcb16afaa4a522b90eb8b6d8f
Contents?: true
Size: 431 Bytes
Versions: 62
Compression:
Stored size: 431 Bytes
Contents
.panel.panel-default .panel-heading: .panel-title - if @user.new_record? = t("actions.new_user") - else = t("actions.update") = " : " = @user .panel-body = horizontal_form_for @user, multipart: true do |f| = f.input :email = f.input :is_active, as: :boolean, wrapper: :horizontal_radio_and_checkboxes = render "dorsale/forms/avatar", f: f = form_buttons obj: @user
Version data entries
62 entries across 62 versions & 1 rubygems