From c891ef93371c3eeeb56b246d8d02a9e2dd5d350e Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 6 May 2015 13:35:37 -0400 Subject: Add page titles for two_factor_auths views --- app/views/profiles/two_factor_auths/codes.html.haml | 2 ++ app/views/profiles/two_factor_auths/create.html.haml | 2 ++ app/views/profiles/two_factor_auths/new.html.haml | 2 ++ 3 files changed, 6 insertions(+) (limited to 'app/views/profiles/two_factor_auths') diff --git a/app/views/profiles/two_factor_auths/codes.html.haml b/app/views/profiles/two_factor_auths/codes.html.haml index 4950f7db122..addf356697a 100644 --- a/app/views/profiles/two_factor_auths/codes.html.haml +++ b/app/views/profiles/two_factor_auths/codes.html.haml @@ -1,3 +1,5 @@ +- page_title 'Recovery Codes', 'Two-factor Authentication' + %h3.page-title Two-factor Authentication Recovery codes %hr = render 'codes' diff --git a/app/views/profiles/two_factor_auths/create.html.haml b/app/views/profiles/two_factor_auths/create.html.haml index 965466db36e..e330aadac13 100644 --- a/app/views/profiles/two_factor_auths/create.html.haml +++ b/app/views/profiles/two_factor_auths/create.html.haml @@ -1,3 +1,5 @@ +- page_title 'Two-factor Authentication', 'Account' + .alert.alert-success Congratulations! You have enabled Two-factor Authentication! diff --git a/app/views/profiles/two_factor_auths/new.html.haml b/app/views/profiles/two_factor_auths/new.html.haml index 8332fc6b8b8..5d62aa6339b 100644 --- a/app/views/profiles/two_factor_auths/new.html.haml +++ b/app/views/profiles/two_factor_auths/new.html.haml @@ -1,3 +1,5 @@ +- page_title 'Two-factor Authentication', 'Account' + %h2.page-title Two-Factor Authentication (TFA) %p Download the Google Authenticator application from App Store for iOS or -- cgit v1.2.1