Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
2981d6ff
Commit
2981d6ff
authored
Nov 20, 2017
by
Benoit Philibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove back button by cancel link
parent
b4d93db0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
show-mnemonic.component.html
...p/setup/create/show-mnemonic/show-mnemonic.component.html
+2
-6
No files found.
Breeze.UI/src/app/setup/create/show-mnemonic/show-mnemonic.component.html
View file @
2981d6ff
<section
id=
"breeze"
>
<div
class=
"login d-flex align-items-center text-center"
>
<div
class=
"container"
>
<p
class=
"textback text-left col-11 mx-auto"
>
<a
(
click
)="
onBackClicked
()"
>
<span
class=
"ico-arrow-left2"
></span>
</a>
</p>
<h3
class=
"display-5"
>
Secret words
</h3>
<p
class=
"lead"
>
Please write down your secret words and password.
<br>
You will need
<strong>
both
</strong>
to recover your wallet in the future.
</p>
<div
class=
"row d-flex justify-content-center mt-4"
>
...
...
@@ -15,10 +10,11 @@
</li>
</ul>
</div>
<div
class=
"form-control-feedback text-center m
y-3
"
>
Write down your secret words and password before you continue
</div>
<div
class=
"form-control-feedback text-center m
t-3 mb-5
"
>
Write down your secret words and password before you continue
</div>
<!-- /row-->
<div
class=
"row d-flex justify-content-center"
>
<!-- <button type="button" class="btn btn-linkgray btn-lg col-12">Save the list somewhere</button> -->
<button
type=
"button"
class=
"btn btn-linkgray mr-4"
(
click
)="
onBackClicked
()"
>
Cancel
</button>
<button
type=
"button"
class=
"btn btn-darkgray btn-lg"
(
click
)="
onContinueClicked
()"
>
Continue
</button>
</div>
<!-- /row-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment