Skip to content

Commit

Permalink
Merge branch 'master' into enhancement-1792-api-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 6, 2012
2 parents 8d0e188 + 5bb1b18 commit aeadf51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/group/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
</li>
<li py:attrs="{'class':'current-tab'} if c.action=='new' else {}">
<span class="ckan-logged-in" style="display: none;">${ h.subnav_link(c, h.icon('group_add') + _('Add a Publisher'), controller='group', action='new')}</span>
<span class="ckan-logged-out">${h.subnav_link(c, h.icon('group_add') + _('Login to Add a Publisher'), controller='group', action='new')}</span>
<span class="ckan-logged-out">${h.subnav_link(c, h.icon('group_add') + _('Login to Add a Group'), controller='group', action='new')}</span>
</li>
</ul>
</py:match>

<xi:include href="../layout.html" />
</html>

0 comments on commit aeadf51

Please sign in to comment.