Skip to content

Commit

Permalink
move canonical URI down so it is at same level as floated map block
Browse files Browse the repository at this point in the history
  • Loading branch information
paregorios committed Feb 25, 2015
1 parent f584d50 commit 60f0a21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skins/PleiadesEntity/place_view.pt
Expand Up @@ -64,12 +64,6 @@
tal:content="here/Description">
Description</p>

<div class="field">
<label>Canonical URI for this page:</label>
<br/>
<code tal:content="context/absolute_url"></code>
</div>

<a itemprop="maps" href="" style="display:none"
tal:attributes="href string:http://maps.google.com/maps?f=q&q=${here/absolute_url}/neighborhood-kml">URL</a>

Expand Down Expand Up @@ -107,6 +101,12 @@

</div>

<div class="field">
<label>Canonical URI for this page:</label>
<br/>
<code tal:content="context/absolute_url"></code>
</div>

<p tal:condition="not:portal_state/anonymous">Red titles indicate drafting-state items. Yellow titles indicate pending-state.</p>

<div tal:condition="not:context/@@iterate/baseline|nothing">
Expand Down

0 comments on commit 60f0a21

Please sign in to comment.