don't close tags that are closed by hamlet
This commit is contained in:
parent
ce0ecbeefc
commit
ccc8afb59d
36 changed files with 144 additions and 82 deletions
|
@ -8,12 +8,14 @@
|
|||
Do you want to combine these files into your repository?
|
||||
<p>
|
||||
<a .btn .btn-default onclick="$('#setupmodal').modal('show');" href="@{FinishAddDriveR drive NoRepoKey}">
|
||||
<span .glyphicon .glyphicon-resize-small></span> Combine the repositories #
|
||||
<span .glyphicon .glyphicon-resize-small>
|
||||
\ Combine the repositories #
|
||||
The combined repositories will sync and share their files.
|
||||
<p>
|
||||
<p>
|
||||
<a .btn .btn-default href="@{AddDriveR}">
|
||||
<span .glyphicon .glyphicon-resize-full></span> Go back #
|
||||
<span .glyphicon .glyphicon-resize-full>
|
||||
\ Go back #
|
||||
Use a different directory than <tt>#{driveRepoPath drive}</tt> to #
|
||||
avoid combining the repositories.
|
||||
^{setupDriveModal}
|
||||
|
|
|
@ -10,16 +10,19 @@
|
|||
easily accessing its contents on another computer.
|
||||
<p>
|
||||
<a .btn .btn-default onclick="$('#setupmodal').modal('show');" href="@{FinishAddDriveR drive NoRepoKey}">
|
||||
<span .glyphicon .glyphicon-minus-sign></span> Do not encrypt repository #
|
||||
<span .glyphicon .glyphicon-minus-sign>
|
||||
\ Do not encrypt repository #
|
||||
Anyone who has the drive can see the files stored on it.
|
||||
$forall (keyid, name) <- secretkeys
|
||||
<p>
|
||||
<a .btn .btn-default onclick="$('#setupmodal').modal('show');" href="@{FinishAddDriveR drive (RepoKey keyid)}">
|
||||
<span .glyphicon .glyphicon-ok-sign></span> Encrypt repository #
|
||||
<span .glyphicon .glyphicon-ok-sign>
|
||||
\ Encrypt repository #
|
||||
to ^{gpgKeyDisplay keyid (Just name)}
|
||||
<p>
|
||||
<a .btn .btn-default onclick="$('#genkeymodal').modal('show');" href="@{GenKeyForDriveR drive}">
|
||||
<span .glyphicon .glyphicon-plus-sign></span> Encrypt repository #
|
||||
<span .glyphicon .glyphicon-plus-sign>
|
||||
\ Encrypt repository #
|
||||
with a new encryption key
|
||||
^{setupDriveModal}
|
||||
^{genKeyModal}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue