changeset 205:2b27332c9545

project info block links with target=_blank
author casties
date Thu, 27 Jun 2013 16:14:19 +0200
parents 670b3507509d
children 31b28f369fd3
files zpt/project/project_index_html.zpt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/project/project_index_html.zpt	Thu Jun 27 15:39:44 2013 +0200
+++ b/zpt/project/project_index_html.zpt	Thu Jun 27 16:14:19 2013 +0200
@@ -170,7 +170,7 @@
     <div class="sideblock" tal:repeat="block here/getInfoBlockList">
       <h2 tal:content="block/getTitle">Info block</h2>
       <div class="item" tal:repeat="item block/getItems">
-        <a class="external" tal:attributes="href item/link" tal:omit-tag="not:item/link"
+        <a class="external" tal:attributes="href item/link" target="_blank" tal:omit-tag="not:item/link"
            tal:content="structure item/text">
           info item
         </a>