Skip to content

Commit

Permalink
Fix workspaces link
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Pisa committed Feb 4, 2015
1 parent ca1d6a9 commit 277a0f4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<html>
<body tal:define="workspaces view/workspaces">
<div class="workspaces portlet" id="portlet-workspaces" tal:condition="workspaces">
<h2 class="portlet-title"><a tal:attributes="href string:${here/@@plone_portal_state/navigation_root_url}/++theme++ploneintranet.theme/generated/workspaces.html">Workspaces</a></h2>
<h2 class="portlet-title"><a tal:attributes="href string:${here/@@plone_portal_state/navigation_root_url}/workspaces.html">Workspaces</a></h2>
<ul class="links">
<tal:workspace repeat="workspace workspaces">
<li class="workspace" tal:attributes="title workspace/description">
Expand Down

0 comments on commit 277a0f4

Please sign in to comment.