logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

show.html.haml (482B)


  1. - content_for :page_title do
  2. = t('admin.accounts.change_email.title', username: @account.acct)
  3. = simple_form_for @user, url: admin_account_change_email_path(@account.id) do |f|
  4. = f.input :email, wrapper: :with_label, disabled: true, label: t('admin.accounts.change_email.current_email')
  5. = f.input :unconfirmed_email, wrapper: :with_label, label: t('admin.accounts.change_email.new_email')
  6. = f.button :submit, class: "button", value: t('admin.accounts.change_email.submit')