summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_nav_btns.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/_nav_btns.html.haml')
-rw-r--r--app/views/projects/issues/_nav_btns.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_nav_btns.html.haml b/app/views/projects/issues/_nav_btns.html.haml
index 1289f7aa0c4..0d69f6f69aa 100644
--- a/app/views/projects/issues/_nav_btns.html.haml
+++ b/app/views/projects/issues/_nav_btns.html.haml
@@ -3,7 +3,7 @@
- show_export_button = local_assigns.fetch(:show_export_button, true)
- issuable_type = 'issues'
- can_edit = can?(current_user, :admin_project, @project)
-- notification_email = @current_user.present? ? @current_user.notification_email : nil
+- notification_email = @current_user.present? ? @current_user.notification_email_or_default : nil
.nav-controls.issues-nav-controls
- if show_feed_buttons