[wms_preview] Fix url generation bug
This commit is contained in:
parent
939e4e4efa
commit
a68d31abf7
|
@ -36,9 +36,9 @@
|
|||
</div>
|
||||
<p>
|
||||
<a
|
||||
href="${url(controller='package', action='read', id=c.pkg.name)}"
|
||||
title="Package Details">
|
||||
Package details</a>
|
||||
href="/dataset/${c.pkg.name}"
|
||||
title="Dataset Details">
|
||||
Dataset details</a>
|
||||
</p>
|
||||
<div class="package subsection">
|
||||
<h3>WMS preview</h3>
|
||||
|
|
Loading…
Reference in New Issue