Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/sentry/templates/sentry/emails/reports/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,6 @@ <h4>Errors by Issue Type</h4>
</table>
{% endif %}

{% if notification_settings_link and user_project_count > 5 %}
<div style="padding: 16px 16px 12px; margin: 16px 0 16px; background-color: #f8f8f9; border-radius: 4px; font-size: 14px; color: #80708F;">
Want to choose the projects you see in the weekly report? <a href="{% absolute_uri notification_settings_link %}">Customize your project preferences here!</a>
</div>
{% endif %}

{% if issue_summary.total_substatus_count > 0 %}
<table class="issue-breakdown">
Expand Down
Loading