Skip to content

Commit

Permalink
Fix api_info template
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored and tobes committed Mar 14, 2013
1 parent 0181870 commit f63cc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/ajax_snippets/api_info.html
Expand Up @@ -34,7 +34,7 @@ <h3>
</div>
<div id="collapse-endpoints" class="in accordion-body collapse">
<div class="accordion-inner">
<p>{{ _('The Data API can be accessed via the following actions of the CKAN action API.')</p>
<p>{{ _('The Data API can be accessed via the following actions of the CKAN action API.') }}</p>
<table class="table-condensed table-striped table-bordered">
<thead></thead>
<tbody>
Expand Down Expand Up @@ -72,7 +72,7 @@ <h3>
<code><a href="{{ datastore_root_url }}/datastore_search?resource_id={{resource_id}}&limit=5" target="_blank">{{ datastore_root_url }}/datastore_search?resource_id={{resource_id}}&limit=5</a></code>
</p>

<strong>{{ _('Query example (results containing 'jones')') }}</strong>
<strong>{{ _('Query example (results containing \'jones\')') }}</strong>
<p>
<code><a href="{{ datastore_root_url }}/datastore_search?resource_id={{resource_id}}&q=jones"
target="_blank">{{ datastore_root_url }}/datastore_search?resource_id={{resource_id}}&q=jones</a></code>
Expand Down

0 comments on commit f63cc92

Please sign in to comment.