Skip to content

Commit 3414258

Browse files
committed
Updated links on notifications page
1 parent 9e25c24 commit 3414258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/notifications.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ <h2>{{ "Notifications"|t }}</h2>
4444
</tbody>
4545
</table>
4646
{% else %}
47-
<p><em>{{ "You have not created any notification yet."|t }} <a href="{{ url('postmaster/notification/new') }}">{{ "Create Notification"|t }}</a></em></p>
47+
<p><em>{{ "You have not created any notification yet."|t }} <a href="{{ siteUrl('postmaster/notifications/marshal') }}">{{ "Create Notification"|t }}</a></em></p>
4848
{% endif %}
4949

5050
<hr>
5151

5252
<h2>{{ "Cron Url"|t }}</h2>
5353

54-
<p><em>The following URL will handle all notifications:</em><br> <a href="">{{ siteUrl('postmaster/notifications/marshal') }}</a></p>
54+
<p><em>The following URL will handle all notifications:</em><br> <a href="{{ siteUrl('postmaster/notifications/marshal') }}">{{ siteUrl('postmaster/notifications/marshal') }}</a></p>
5555

5656
<p><em>The following URL will handle a single notitication (obviously replace &#123;&#123; id &#125;&#125; with your actual notification id):</em><br> <a href="">{{ siteUrl('postmaster/notification/{{ id }}/marshal') }}</a></p>
5757

0 commit comments

Comments
 (0)