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

_recovery.haml « two_factor_authentications « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f192e7d391e683298a1df3f54af6f01760a631a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.col-md-12
  .row
    .col-md-12
      %h3= t("two_factor_auth.title")
      .well= t("two_factor_auth.activated.status")

      %hr

      %h3= t("two_factor_auth.recovery.title")
      %p= t("two_factor_auth.recovery.explanation")

      %ol.recovery-codes
        - @recovery_codes.each do |code|
          %li<
            %samp= code

      .form-group.submit_block.clearfix
        = link_to t("ok"), two_factor_authentication_path, class: "btn btn-primary pull-right"