Notifications settings -> Notification Settings
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div data-navigable-list-target="item" class="full-width">
|
||||
<%= link_to notifications_settings_path,
|
||||
class: "btn borderless tray__notification-settings",
|
||||
title: "Notification settings",
|
||||
title: "Notification Settings",
|
||||
data: { action: "dialog#close" } do %>
|
||||
<%= icon_tag "settings" %>
|
||||
<span>Settings</span>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<% @page_title = "Notifications settings" %>
|
||||
<% @page_title = "Notification Settings" %>
|
||||
|
||||
<% content_for :header do %>
|
||||
<h1 class="header__title"><%= @page_title %></h1>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="panel margin-block-double center shadow">
|
||||
<h1 class="font-black txt-x-large margin-none-block-end">You’re unsubscribed</h1>
|
||||
<p class="margin-block-start-half">Thanks, <%= @user.first_name %>! Fizzy won’t send you any more email notifications. If you change your mind you can turn them back on in <%= link_to "Notifications Settings", notifications_settings_path %>.</p>
|
||||
<p class="margin-block-start-half">Thanks, <%= @user.first_name %>! Fizzy won’t send you any more email notifications. If you change your mind you can turn them back on in <%= link_to "Notification Settings", notifications_settings_path %>.</p>
|
||||
|
||||
<%= link_to root_path, class: "btn btn--link margin-block-start" do %>
|
||||
<%= icon_tag "arrow-left" %>
|
||||
|
||||
Reference in New Issue
Block a user