Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
29c8febd
Commit
29c8febd
authored
Nov 17, 2015
by
sajolida
Browse files
Add HTML for proper display of minute(s) and second(s)
parent
fc20a99e
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/download.inline.mdwn
View file @
29c8febd
...
...
@@ -103,7 +103,17 @@
<div id="download-text-left" class="pull-left clearfix">
<div id="download-text-label" class="pull-left">Download Tails <span class="iso-version">[[!inline pages="inc/stable_i386_version" raw="yes"]]</span> ISO image
<small id="download-eta">
<span class="speed-KBs">$SPEED</span> KB/s — <span class="downloaded-MiB">$DOWNLOADED</span>/<span class="iso-size-MiB">$SIZE</span> MiB, <span class="eta-mins">$ETA</span> minutes left
<span class="speed-KBs">$SPEED</span> KB/s — <span class="downloaded-MiB">$DOWNLOADED</span>/<span class="iso-size-MiB">$SIZE</span> MiB,
<span data-value="???">
<span class="eta-mins">???</span>
<span class="plural">minutes</span>
<span class="singular">minute</span>
</span>
<span data-value="???">
<span class="eta-secs">???</span>
<span class="plural">seconds</span>
<span class="singular">second</span>
</span>
</small>
</div>
<div id="download-progress" class="progress">
...
...
Write
Preview
Supports
Markdown
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