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

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

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