Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
monero-site
Commits
5c3bc97e
Unverified
Commit
5c3bc97e
authored
Jun 02, 2017
by
Riccardo Spagni
Browse files
remove slugify on CLI+GUI platforms
parent
6c843196
Changes
1
Hide whitespace changes
Inline
Side-by-side
downloads/index.md
View file @
5c3bc97e
...
@@ -29,7 +29,11 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
...
@@ -29,7 +29,11 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
<a
href=
"{{ data_downloads.cli_url }}"
>
<a
href=
"{{ data_downloads.cli_url }}"
>
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }}
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }}
</a>
</a>
<br><img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
<img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
</h4>
<h4>
<img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
</h4>
</h4>
<strong>
Current Version:
</strong>
{{ data_downloads.version }}
<em>
{{ data_downloads.tag }}
</em><br>
<strong>
Current Version:
</strong>
{{ data_downloads.version }}
<em>
{{ data_downloads.tag }}
</em><br>
...
@@ -46,7 +50,10 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
...
@@ -46,7 +50,10 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
<a
href=
"//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"
>
<a
href=
"//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"
>
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }} (Command-line Tools Only)
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }} (Command-line Tools Only)
</a>
</a>
<br><img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
</h4>
<h4>
<img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
</h4>
</h4>
<strong>
Current Version:
</strong>
{{ data_downloads.version }}
<em>
{{ data_downloads.tag }}
</em><br>
<strong>
Current Version:
</strong>
{{ data_downloads.version }}
<em>
{{ data_downloads.tag }}
</em><br>
...
@@ -64,7 +71,10 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
...
@@ -64,7 +71,10 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
<a
href=
"//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}"
>
<a
href=
"//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}"
>
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }} (Beta 2)
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }} (Beta 2)
</a>
</a>
<br><img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
</h4>
<h4>
<img
src=
"//static.getmonero.org/images/blank.png"
style=
"height: 30px;"
>
</h4>
</h4>
<strong>
Current Version:
</strong>
{{ data_downloads.version }}
<em>
{{ data_downloads.tag }}
</em><br>
<strong>
Current Version:
</strong>
{{ data_downloads.version }}
<em>
{{ data_downloads.tag }}
</em><br>
...
@@ -84,7 +94,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
...
@@ -84,7 +94,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
</a>
</a>
</h4>
</h4>
<h4
id=
"{{ data_downloads.platform | slugify }}"
>
<h4>
<a
href=
"//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"
>
<a
href=
"//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"
>
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }} (Command-Line Tools Only)
<img
src=
"//static.getmonero.org/images/platforms/{{ data_downloads.icon }}"
style=
"height: 30px;"
>
{{ data_downloads.platform }} (Command-Line Tools Only)
</a>
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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