mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Add Settings link to Notifications modal [SCI-9986]
This commit is contained in:
parent
bd0cfda142
commit
4e29b4dab8
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
<div class="sci--navigation--notificaitons-flyout">
|
||||
<div class="sci--navigation--notificaitons-flyout-title">
|
||||
{{ i18n.t('nav.notifications.title') }}
|
||||
<i class="sn-icon sn-icon-close" @click="$emit('close')"></i>
|
||||
<a class="ml-auto cursor-pointer" :href="'/users/settings/account/preferences'" :title="i18n.t('nav.settings')">
|
||||
{{ i18n.t('nav.settings') }}
|
||||
</a>
|
||||
</div>
|
||||
<hr>
|
||||
<perfect-scrollbar ref="scrollContainer" class="sci--navigation--notificaitons-flyout-notifications">
|
||||
|
|
Loading…
Reference in a new issue