mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
<% html_title t("js.notifications.title") %>
|
|
|
|
<% content_for :content_header do %>
|
|
<%= render(Notifications::IndexPageHeaderComponent.new) %>
|
|
<% end %>
|
|
|
|
<%= render EnterpriseEdition::BannerComponent.new(
|
|
:date_alerts,
|
|
variant: :large,
|
|
video: "enterprise/date-alert-notifications.mp4"
|
|
) %>
|