-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotification_screen.html
More file actions
48 lines (47 loc) · 1.48 KB
/
notification_screen.html
File metadata and controls
48 lines (47 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>Notifications for ActionText User Mentions</title>
<link rel="stylesheet" type="text/css" href="stylesheetcss.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="notification_container">
<p class="note">ActionText:</p>
<p class="note_title">Notifications for ActionText User Mentions</p>
<div class="info">
<div class="date">
Episode 299 · June 5, 2019
</div>
<div class="mark_icon_container">
<div class="mark">
<a>Mark as Completed</a>
</div>
<div class="icon">
<a><i class="fa fa-bookmark-o"></i></a>
</div>
</div>
<div class="text">
When you at-mention a user, you typically want to send email or other types of notifications to alert that user they were mentioned. In this episode, we'll look into ActionText Content to see how we can extract the user mention attachments and do that.
</div>
<div class="marked_word ActionText">
ActionText
</div>
<div class="marked_word Rails">
Rails 6
</div>
<div class="marked_word Notifications">
Notifications
</div>
</div>
<div class="footer">
<p>Resources</p>
<!-- class="footer_title" -->
<ul>
<!-- class="quote" -->
<li>Source code for this episode</li>
</ul>
</div>
</div>
</body>
</html>