Skip to content

Commit

Permalink
[#347] Minor UI fixes
Browse files Browse the repository at this point in the history
Thanks @tauberer for the patch
  • Loading branch information
amercader committed Feb 13, 2013
1 parent 27268da commit 17ba23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 Tags') }}</h3>
{% set tags = h.get_facet_items_dict('tags', limit=3) %}
{% snippet 'snippets/tag_list.html', tags=tags %}
</div>
Expand Down

0 comments on commit 17ba23b

Please sign in to comment.