Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Merret Buurman
pidlandingpage
Commits
636cbcc0
Commit
636cbcc0
authored
Sep 14, 2016
by
Merret Buurman
Browse files
Fixed display of replica nodes in file page.
parent
8b3c888d
Changes
1
Hide whitespace changes
Inline
Side-by-side
landingpage/landingpageapp/templates/landingpage/cmip6_file.html
View file @
636cbcc0
...
...
@@ -89,7 +89,7 @@
<div
class=
"section"
>
<h2>
Data access
</h2>
{% if urls_original or urls_replica %}
{% if urls_original or urls_replica
s
%}
<table>
{% if urls_original %}
{% for entry in urls_original %}
...
...
@@ -102,7 +102,7 @@
{% if urls_replicas %}
{% for entry in urls_replicas %}
<tr>
<td
class=
"leftcol"
>
{{entry.host}} (
mirror
)
</td>
<td
class=
"leftcol"
>
{{entry.host}} (
replica
)
</td>
<td><a
href=
"{{entry.url}}"
>
{{entry.url}}
</a></td>
</tr>
{% endfor %}
...
...
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