mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 10:33:38 +08:00
Merge pull request #3388 from Mooash/Adding_ViewActions
Adding ViewAction into email notifications
This commit is contained in:
commit
9bce812c8f
|
@ -23,3 +23,9 @@
|
||||||
%{unsubscribe_link}
|
%{unsubscribe_link}
|
||||||
</div>
|
</div>
|
||||||
</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