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
heptapod
Testing Projects
Hg Website Imported
Commits
aec3b193e5af
Commit
aec3b193
authored
May 10, 2017
by
Kevin Bullock
Browse files
fix indentation of download button content
parent
d897176a0dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
aec3b193
...
...
@@ -50,9 +50,9 @@
<div
class=
"col"
>
{% block sidebar %}
<a
class=
"download"
href=
"/downloads"
onClick=
"return dl.download();"
>
<strong>
Download now
</strong>
Mercurial
<em><script
language=
"Javascript"
>
dl
.
write
(
'
version
'
);
</script></em>
<span><script
language=
"javascript"
>
dl
.
write
(
'
desc
'
);
</script></span>
<strong>
Download now
</strong>
Mercurial
<em><script
language=
"Javascript"
>
dl
.
write
(
'
version
'
);
</script></em>
<span><script
language=
"javascript"
>
dl
.
write
(
'
desc
'
);
</script></span>
</a>
<dl>
<dt>
Another OS?
<br><em>
Get Mercurial for:
</em></dt>
...
...
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