mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-14 06:05:16 +09:00
17 lines
589 B
Plaintext
17 lines
589 B
Plaintext
<% @page_title = "Push notification subscriptions" %>
|
|
|
|
<% content_for :nav do %>
|
|
<div class="flex-item-justify-start">
|
|
<%= link_back_to_last_room_visited %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<section class="panel panel--wide flex flex-column gap">
|
|
<h1 class="txt-align-center txt-large margin-none">Push Notification Subscriptions</h1>
|
|
<div class="pad-inline fill-shade border-radius" id="push_subscriptions">
|
|
<menu class="pad flex flex-column gap">
|
|
<%= render partial: "users/push_subscriptions/push_subscription", collection: @push_subscriptions %>
|
|
</menu>
|
|
</div>
|
|
</section>
|