Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

add link to notification settings page #403

Merged
merged 1 commit into from Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/app/Resources/views/base.html.twig
Expand Up @@ -64,7 +64,7 @@
<ul class="dropdown-menu list-group notification-list" role="menu">
<li class="list-group-item notification-list-title">
<span class="item-left">Notifications</span>
<span class="pull-right"><a href="#"><i class="fa fa-cog"></i></a></span>
<span class="pull-right"><a href="{{ path('librecores.user.settings.notification') }}"><i class="fa fa-cog"></i></a></span>
<span class="pull-right"><button class="notification-markallseen">Mark all as seen</button></span>
</li>
<li class="divider"></li>
Expand Down
2 changes: 1 addition & 1 deletion site/app/Resources/views/user/notification_inbox.html.twig
Expand Up @@ -16,7 +16,7 @@
<div class="inbox-header row">
<div class="text-right">
{# TODO: Update the URL to Notification Settings #}
<a class="inbox-settings" href="#">Notification Settings</a>
<a class="inbox-settings" href="{{ path('librecores.user.settings.notification') }}">Notification Settings</a>
</div>
</div>
{# Render all notifications #}
Expand Down