Skip to content

Commit 8659ccf

Browse files
authored
Merge pull request #44 from eapearson/master
uh, yeah.
2 parents 22a4a23 + 88858a3 commit 8659ccf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist.tgz

-24 Bytes
Binary file not shown.

src/plugin/iframe_root/resources/NarrativesWidget/templates/slider.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a
3131
target="_blank"
3232
title="Narrative id {{narrative.object.wsid}}"
33-
href="{{ env.getConfig(" services.narrative.url ") }}/narrative/">{{narrative.workspace.metadata.narrative_nice_name}}</a>
33+
href="{{ env.getConfig("services.narrative.url") }}/narrative/{{narrative.object.wsid}}">{{narrative.workspace.metadata.narrative_nice_name}}</a>
3434
</div>
3535
<div class="-body">
3636
<div class="apps">

src/plugin/iframe_root/resources/NarratorialsWidget/templates/slider.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a
2424
target="_blank"
2525
title="Narrative id {{narrative.object.wsid}}"
26-
href="{{ env.getConfig(" services.narrative.url ") }}/narrative/{{narrative.object.wsid}}">{{narrative.workspace.metadata.narrative_nice_name}}</a>
26+
href="{{ env.getConfig("services.narrative.url") }}/narrative/{{narrative.object.wsid}}">{{narrative.workspace.metadata.narrative_nice_name}}</a>
2727
</div>
2828
<div class="-body">
2929
<div class="apps">

src/plugin/iframe_root/resources/PublicNarrativesWidget/templates/slider.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% for narrative in state.narrativesFiltered %}
2121
<div class="-card" id="narrative-{{narrative.object.wsid}}">
2222
<div class="-title">
23-
<a target="_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+
<a target="_blank" title="Narrative id {{narrative.object.wsid}}" href="{{ env.getConfig("services.narrative.url") }}/narrative/{{narrative.object.wsid}}">{{narrative.workspace.metadata.narrative_nice_name}}</a>
2424
</div>
2525
<div class="-body">
2626
<div class="apps">
@@ -159,8 +159,8 @@
159159
<span class="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>
160160
{% else %}
161161
{# 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. #}
164164
{% if narrative.permissions|length == 0 %}
165165
<span data-container="body" data-placement="auto" data-toggle="tooltip" title="This narrative has been shared with you, but not anyone else.">
166166
1

0 commit comments

Comments
 (0)