Sha256: 982896cfc7ede5f66e3c329ce13366b7795ea9e12c4e558fbc78757824f9bfbd

Contents?: true

Size: 468 Bytes

Versions: 28

Compression:

Stored size: 468 Bytes

Contents

%h1= t('.title')

= bootstrap_form_for(@user) do |f|
  = f.text_field :days_before_inactive
  = f.text_field :days_before_archive
  = f.collection_check_boxes :roles, EgovUtils::UserUtils::Role.roles, :first, ->(role) { I18n.t("roles.#{role.first}") }
  - if @user.password_change_possible?
    %h2= t('.password_change')
    %em= t('.password_change_note')
    = f.password_field :password
    = f.password_field :password_confirmation
  .form-actions
    = f.submit

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
egov_utils-1.4.1 app/views/egov_utils/users/edit.html.haml
egov_utils-1.4.0 app/views/egov_utils/users/edit.html.haml
egov_utils-1.3.0 app/views/egov_utils/users/edit.html.haml
egov_utils-1.2.4 app/views/egov_utils/users/edit.html.haml
egov_utils-1.2.3 app/views/egov_utils/users/edit.html.haml
egov_utils-1.2.2 app/views/egov_utils/users/edit.html.haml
egov_utils-1.2.1 app/views/egov_utils/users/edit.html.haml
egov_utils-1.2.0 app/views/egov_utils/users/edit.html.haml