mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:02:48 +08:00
Adding ViewAction into email notifications
See: https://meta.discourse.org/t/integrate-viewactions-one-click-actions-schemas-into-discourse-emails/27056
This commit is contained in:
parent
ccb1d4bcfb
commit
b65313d3b9
|
@ -23,3 +23,9 @@
|
|||
%{unsubscribe_link}
|
||||
</div>
|
||||
</div>
|
||||
<div itemscope itemtype="http://schema.org/EmailMessage" style="display:none">
|
||||
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
|
||||
<link itemprop="url" href="<%= Discourse.base_url %><%= post.url %>" />
|
||||
<meta itemprop="name" content="<%= t 'read_full_topic' %>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user