• <% agent = UserAgent.parse(push_subscription.user_agent) %> <%= agent.browser %> <%= agent.version %> on <%= agent.platform %>
    <%= push_subscription.endpoint %> <%= button_to user_push_subscription_test_notifications_path(push_subscription), class: "btn btn--reversed" do %> <%= image_tag "notification-bell-everything.svg", aria: { hidden: "true" }, size: 20 %> Send test notification <% end %> <%= button_to user_push_subscription_path(push_subscription), method: :delete, class: "btn btn--negative" do %> <%= image_tag "minus.svg", aria: { hidden: "true" }, size: 20 %> Delete subscription <% end %>