Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Merret Buurman
pidlandingpage
Commits
994bd2ac
Commit
994bd2ac
authored
Sep 14, 2016
by
Merret Buurman
Browse files
Parents' aggregation level displayed better.
parent
c2387c07
Changes
2
Hide whitespace changes
Inline
Side-by-side
landingpage/landingpageapp/handle/cmip6parser.py
View file @
994bd2ac
...
...
@@ -221,7 +221,6 @@ def _get_list_of_aggregation_records_from_record(list_of_aggregation_handles):
any_replaced
=
False
for
handle
in
list_of_aggregation_handles
:
info
,
replaced
=
_extract_info_on_one_aggregation_record
(
handle
)
list_to_be_returned
.
append
(
info
)
if
replaced
:
...
...
@@ -234,7 +233,7 @@ def _extract_info_on_one_aggregation_record(parenthandle):
#
info_to_return
=
dict
(
handle
=
parenthandle
,
level
=
''
,
level
=
'
level unknown
'
,
title
=
'(title unknown)'
,
version
=
'unknown'
,
replaced
=
False
...
...
landingpage/landingpageapp/templates/landingpage/cmip6_file.html
View file @
994bd2ac
...
...
@@ -123,9 +123,9 @@
{% for item in list_of_aggregation_records %}
<tr>
<td
class=
"leftcol"
>
{{item.level}}
{{ item.title }}
{{ item.title }}
{% if item.version %}
(version {{ item.version }})
(version {{ item.version }})
({{item.level}})
{% endif %}
</td>
<td>
...
...
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