18 lines
563 B
Plaintext
18 lines
563 B
Plaintext
<% @page_title = "Notifications settings" %>
|
|
|
|
<% content_for :header do %>
|
|
<nav class="header">
|
|
<div class="header__actions header__actions--start">
|
|
<%= link_to_back fallback_path: notifications_path %>
|
|
</div>
|
|
|
|
<h1 class="header__title"><%= @page_title %></h1>
|
|
|
|
<div class="header__actions header__actions--end"></div>
|
|
</nav>
|
|
<% end %>
|
|
|
|
<section class="panel center flex flex-column gap-half margin-block">
|
|
<%= render partial: "notifications/settings/collection", collection: @collections, locals: { user: Current.user } %>
|
|
</section>
|