You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<atarget="_blank" title="Narrative id {{narrative.object.wsid}}" ref="{{ env.getConfig("services.narrative.url") }}/narrative/{{narrative.object.wsid}}">{{narrative.workspace.metadata.narrative_nice_name}}</a>
23
+
<atarget="_blank" title="Narrative id {{narrative.object.wsid}}" href="{{ env.getConfig("services.narrative.url") }}/narrative/{{narrative.object.wsid}}">{{narrative.workspace.metadata.narrative_nice_name}}</a>
24
24
</div>
25
25
<divclass="-body">
26
26
<divclass="apps">
@@ -159,8 +159,8 @@
159
159
<spanclass="fa fa-minus dimmed" data-container="body" data-placement="auto" data-toggle="tooltip" style="opacity: 0.4;" title="Sharing information not available for this read-only Narrative"></span>
160
160
{% else %}
161
161
{# Note: narrative sharing permissions are not reported for the current user -- we must grok that from other
162
-
properties. E.g. in this case we know the current user permission is 'w', which is only possible when then
163
-
narrative has been shared thus. #}
162
+
properties. E.g. in this case we know the current user permission is 'w', which is only possible when then
163
+
narrative has been shared thus. #}
164
164
{% if narrative.permissions|length == 0 %}
165
165
<spandata-container="body" data-placement="auto" data-toggle="tooltip" title="This narrative has been shared with you, but not anyone else.">
0 commit comments