Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Add signup button and update related banner text #2568

Merged
merged 2 commits into from
Jul 24, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/templates/tabs/banner/announcement.jade
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
div.auth-attention.banner(ng-show="showAnnouncement")
h4#announcement(l10n)
| <strong>NOTICE:</strong> Ripple Trade encourages customer identification but it is optional until August 30, 2015. Existing users have through August 30, 2015 to verify their identity details in order to access Ripple Trade. We are pausing account sign-ups until further notice. For more information, please visit the
| <strong>NOTICE:</strong> Ripple Trade encourages customer identification but it is optional until August 30, 2015. Existing users have through August 30, 2015 to verify their identity details in order to access Ripple Trade. For more information, please visit the
a(href='https://ripple.com/knowledge_center/ripple-trade-launches-identity-verification', target="_blank", l10n-inc) Knowledge Center.
br
br
| リップルトレードでは、セキュリティー強化の為、本人確認を推奨致します(ただし、2015年8月30日までは、必須ではありません)。 既存のユーザー様は、リップルトレードを引き続きご利用されるためには、8月30日までに個人情報を登録していただきます。新規ユーザー様の登録は、現在行っておりません。今後の通知をお待ち下さい。詳細は
| リップルトレードでは、セキュリティー強化の為、本人確認を推奨致します(ただし、2015年8月30日までは、必須ではありません)。 既存のユーザー様は、リップルトレードを引き続きご利用されるためには、8月30日までに個人情報を登録していただきます。詳細は
a(href='https://ripple.com/knowledge_center/ripple-trade-launches-identity-verification', target="_blank", l10n-inc) ノレッジセンター
| に記載されております。
br
br
| Ripple Trade 실명제 도입으로, 다음번 공지까지 신규회원가입이 일시중단됩니다. 기존회원님들께선 2015년 8월 30일까지 실명확인을 해주셔야 합니다. 자세한 내용은
| Ripple Trade 실명제 도입으로. 기존회원님들께선 2015년 8월 30일까지 실명확인을 해주셔야 합니다. 자세한 내용은
a(href='https://ripple.com/knowledge_center/ripple-trade-launches-identity-verification', target="_blank", l10n-inc) 지식센터
| 에서 확인하여 주시기 바랍니다.
//a.dismiss#hide(href="", ng-click="dismissBanner()") ×
Expand Down
4 changes: 3 additions & 1 deletion src/templates/tabs/login.jade
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ section.col-xs-12.content(ng-controller="LoginCtrl")
form(name='loginForm' action='{{authAction}}')
.submit-btn-container
button.btn.btn-submit.btn-block.btn-success#loginBtn(type="submit" ng-click="submitForm('login')")
span(l10n) Sign In
span(l10n) Log In
button.btn.btn-submit.btn-block.btn-success#registerBtn(type="submit" ng-click="submitForm('register')")
span(l10n) Sign Up
input(name='redirect_to', type='hidden', value='{{redirectTo}}')

.row.action-login(ng-if="$routeParams.to")
Expand Down