Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « two_factor_authentications « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a68902ac96ad113116d3d2ab10583bcb7df5a51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- content_for :page_title do
  = t("two_factor_auth.title")

.container-fluid
  .row
    .col-md-3
      .sidebar
        = render "shared/settings_nav"
    .col-md-9
      .framed-content.clearfix

        - if @user.otp_required_for_login
          = render "deactivate"
        - else
          = render "activate"