Skip to content

Commit

Permalink
ref #562. overcame @@memberprofile link and remove show history link
Browse files Browse the repository at this point in the history
  • Loading branch information
sauzher committed Dec 6, 2024
1 parent 6b623a3 commit 4a4ed03
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mtool python:context.portal_membership;
portal_url python:context.portal_url;
can_edit python:mtool.checkPermission('Modify portal content', context);
profile_view nocall:context/@@member_profile;
profile_view nocall:context/@@member_profile|nothing;
creators here/Creators|nothing;
contributors here/Contributors|nothing;"
tal:condition="python: show and (is_news or can_edit)">
Expand Down Expand Up @@ -75,9 +75,6 @@
i18n:translate="time_expired">expired</span>
</tal:expired>

<span class="contentHistory" id="content-history"
tal:condition="view/show_history">
|
<a href="#"
tal:attributes="href string:${here/absolute_url}/@@historyview"
i18n:translate="label_history">History</a>
Expand Down

0 comments on commit 4a4ed03

Please sign in to comment.