in all project and wiki repositories to look for silent disk corruption issues.
.form-group
.col-sm-offset-2.col-sm-10
=link_to'Clear all repository checks',clear_repository_check_states_admin_application_settings_path,data: {confirm: 'This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?'},method: :put,class: "btn btn-sm btn-remove"
.help-block
.form-text.text-muted
If you got a lot of false alarms from repository checks you can choose to clear all repository check information from the database.
.help-block ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.form-text.text-muted ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.help-block Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries.
.form-text.text-muted Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries.
.form-group.blacklist-raw
=f.label:domain_blacklist,'Blacklisted domains for sign-ups',class: 'control-label col-sm-2'
.help-block Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.form-text.text-muted Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
=f.text_field:otp_attempt,class: 'form-control',required: true,autofocus: true,autocomplete: 'off',title: 'This field is required.'
%p.help-block.hint Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes.
%p.form-text.text-muted.hint Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes.
Keep this token secret. Anyone who gets ahold of it can create issues as if they were you.
You should
=link_to'reset it',[:reset,:incoming_email_token,:profile],method: :put,data: {confirm: 'Are you sure? Any issue email addresses currently in use will stop working.'}
.help-block=_("The maximum file size allowed is 200KB.")
.form-text.text-muted=_("The maximum file size allowed is 200KB.")
-if@user.avatar?
%hr
=link_to_('Remove avatar'),profile_avatar_path,data: {confirm: _('Avatar will be removed. Are you sure?')},method: :delete,class: 'btn btn-danger btn-inverted'
.help-block=_("The maximum file size allowed is 200KB.")
.form-text.text-muted=_("The maximum file size allowed is 200KB.")
-if@project.avatar?
%hr
=link_to_('Remove avatar'),project_avatar_path(@project),data: {confirm: _("Avatar will be removed. Are you sure?")},method: :delete,class: "btn btn-danger btn-inverted"