Skip to content

Commit

Permalink
[master,templates/resource][xs]: tweak data api help (have working qu…
Browse files Browse the repository at this point in the history
…ery link at top).
  • Loading branch information
rufuspollock committed Apr 12, 2012
1 parent 85f331b commit c0e647d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions ckan/templates/_snippet/data-api-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ <h3>
<table class="table-condensed table-striped table-bordered">
<thead></thead>
<tbody>
<tr>
<th>Base</th>
<td><code>${datastore_api}</code></td>
</tr>
<tr>
<th>Query</th>
<td>
<code>${datastore_api}/_search</code>
</td>
</tr>
<tr>
<th>Query example</th>
<td>
Expand All @@ -57,6 +47,10 @@ <h3>
<code><a href="${datastore_api}/_mapping" target="_blank">${datastore_api}/_mapping?pretty=true</a></code>
</td>
</tr>
<tr>
<th>Base</th>
<td><code>${datastore_api}</code></td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit c0e647d

Please sign in to comment.