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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/two_factor_authentications/confirm_2fa.html.haml')
-rw-r--r--app/views/two_factor_authentications/confirm_2fa.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/two_factor_authentications/confirm_2fa.html.haml b/app/views/two_factor_authentications/confirm_2fa.html.haml
new file mode 100644
index 000000000..36a8dcb08
--- /dev/null
+++ b/app/views/two_factor_authentications/confirm_2fa.html.haml
@@ -0,0 +1,11 @@
+- content_for :page_title do
+ = t("two_factor_auth.confirm.title")
+
+.container-fluid
+ .row
+ .col-md-3
+ .sidebar
+ = render "shared/settings_nav"
+ .col-md-9
+ .framed-content.clearfix
+ = render "confirm"