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
MJU-POPS
ckanext-dgu
Commits
f3adb8ff
Commit
f3adb8ff
authored
May 16, 2016
by
Ross Jones
Browse files
Cleanup of read page for collections
parent
729dfdec
Changes
1
Hide whitespace changes
Inline
Side-by-side
ckanext/dgu/theme/templates/group/read.html
View file @
f3adb8ff
...
...
@@ -17,22 +17,29 @@
{% endif %}
<span
class=
"col-sm-2"
>
<img
src=
"{{ c.group_dict.image_url or h.url_for_static('/base/images/placeholder-group.png') }}"
alt=
"{{ c.group_dict.name }}"
class=
"media-image"
>
</span>
<h1>
{{c.group_dict.title}}
</h1>
<p>
{{h.render_markdown(c.group_dict.description)}}
</p>
<div
class=
"clearfix"
style=
"margin-top: 30px;"
></div>
<h2>
Datasets
</h2>
{% if c.page.items %}
<h2>
Datasets
</h2>
{% if c.page.items %}
<div>
{{ collection_package_list(c.page.items,mini=True) }}
</div>
<div>
{{ m.paginator(c.page) }}
</div>
{% else %}
<h2>
There are no datasets in this collection
</h2>
{% endif %}
{% endblock %}
...
...
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