Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor template/UI bugs #347

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ckan/templates/ajax_snippets/api_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3>
CKAN Data API
</h3>
</div>
<div{% if not embedded %} class="modal-body"{% endif %}">
<div{% if not embedded %} class="modal-body"{% endif %}>
<p><strong>Access resource data via a web API with powerful query
support</strong>. Further information in the <a
href="http://docs.ckan.org/en/latest/datastore.html" target="_blank">main
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3 class="heading">{{ _("Search Your Data") }}</h3>

{% block home_tags %}
<div class="tags">
<h3 class="tag">Popular {{ c.facet_titles.name }}</h3>
<h3 class="tag">Popular {{ c.facet_titles.tags }}</h3>
{% set tags = h.get_facet_items_dict('tags', limit=3) %}
{% snippet 'snippets/tag_list.html', tags=tags %}
</div>
Expand Down