mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Merge pull request #3388 from Mooash/Adding_ViewActions
Adding ViewAction into email notifications
This commit is contained in:
commit
9bce812c8f
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue