summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-18 16:18:25 -0400
committerMichael <[email protected]>2017-05-18 16:18:25 -0400
commit1d8b307bb5790aa8c0040a76638f57f757cfb782 (patch)
tree0a5eccc30e386c926db471882c2cde9d4174c669 /Project-Unite/Views
parent0571a9c8d98d3d01bc1a821577c181a0b722e6c7 (diff)
downloadproject-unite-1d8b307bb5790aa8c0040a76638f57f757cfb782.tar.gz
project-unite-1d8b307bb5790aa8c0040a76638f57f757cfb782.tar.bz2
project-unite-1d8b307bb5790aa8c0040a76638f57f757cfb782.zip
More notification updates
Diffstat (limited to 'Project-Unite/Views')
-rw-r--r--Project-Unite/Views/Manage/Index.cshtml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml
index 9aab632..198180f 100644
--- a/Project-Unite/Views/Manage/Index.cshtml
+++ b/Project-Unite/Views/Manage/Index.cshtml
@@ -30,7 +30,8 @@
<ul id="tabs" data-tabs="tabs" class="nav nav-pills nav-stacked" role="tablist">
<li class="active"><a data-toggle="tab" href="#t_profile">Profile</a></li>
<li><a data-toggle="tab" href="#t_privacy">Privacy &amp; Security</a></li>
- <li><a data-toggle="tab" href="#t_data">Data</a></li>
+ <li><a data-toggle="tab" href="#t_notifications">Notifications</a></li>
+ <li><a data-toggle="tab" href="#t_data">Data</a></li>
<li><a data-toggle="tab" href="#t_api">API</a></li>
<li class="danger"><a data-toggle="tab" href="#t_danger">The Danger Zone</a></li>
</ul>
@@ -87,6 +88,14 @@
</div>
+ <div class="tab-pane fade in" id="t_notifications">
+ <h2>Notifications</h2>
+ <p>These settings are for the ShiftOS notification system on your account.</p>
+
+ <h4>Send me notifications through email when I'm inactive</h4>
+ <p>Check this option to allow us to email you when you receive a notification and you haven't logged in for a week.</p> @Html.CheckBoxFor(Model=>Model.EmailOnNotifications)
+
+ </div>
<div class="tab-pane fade in" id="t_privacy">
<h2>Privacy &amp; Security</h2>