Integrated e-mail alerts, added dialog option for release alerts.
This commit is contained in:
@@ -36,7 +36,7 @@ function scrollHorizontal(event) {
|
||||
class="user nolink"
|
||||
>
|
||||
<Icon
|
||||
v-if="section"
|
||||
v-if="section && profile.id === user?.id"
|
||||
icon="arrow-left3"
|
||||
class="profile-back"
|
||||
/>
|
||||
@@ -51,7 +51,7 @@ function scrollHorizontal(event) {
|
||||
</a>
|
||||
|
||||
<strong
|
||||
v-if="section"
|
||||
v-if="section && profile.id === user?.id"
|
||||
class="profile-crumb"
|
||||
>
|
||||
<template v-if="domain">{{ domain }}</template>
|
||||
|
||||
Reference in New Issue
Block a user