Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
app
/
messages
/
Filename :
new_discussion_entry.email.html.erb
back
Copy
<% define_content :link do %> <%# TODO: once react_discussions_post is no longer feature_flag_dependent, remove the anchor param %> <%= polymorphic_url([asset.context, :discussion_topic], id: asset.discussion_topic_id, anchor: "entry-#{asset.id}", entry_id: asset.id) %> <% end %> <% define_content :subject do %> <%= t :subject, "%{user} replied to %{discussion_topic}, %{course}", :discussion_topic => asset.title, :course => asset.context.name, :user => asset.author_name %> <% end %> <% define_content :footer_link do %> <a href="<%= content(:link) %>"> <%= t :link, "Click here to join the conversation" %> </a> <% end %> <% if avatar_enabled? %> <table border="0" style="border-collapse: collapse"> <tr height="30px"> <td></td> </tr> <tr > <td align="left" width="50" style="width: 50px"><img style="border-radius: 50px; height: 50px; width: 50px;" height="50" width="50" src="<%=author_avatar_url%>" alt="<%=asset.author_name%>"> </td> <td width="10"></td> <td> <table border="0" style="font-size: 14px; color: #444444; background-color: #ffffff; font-family: 'Open Sans', 'Lucida Grande', 'Segoe UI', Arial, Verdana, 'Lucida Sans Unicode', Tahoma, 'Sans Serif';" valign="top" align="left"> <tr> <td valign="bottom" align="left"> <b><%= asset.author_name%></b> </td> </tr> <tr> <td valign="top" align="left"> <a href="mailto:<%= author_email_address %>"> <%= author_email_address%> </a> </td> </tr> </table> </td> </tr> </table> <% else %> <p height="30px"></p> <p> <b><%= asset.author_name%></b> <br/> <a href="mailto:<%= author_email_address %>"> <%= author_email_address%> </a> </p> <% end %> <p><%= t :body, "%{user} replied to %{discussion_topic}, %{course}:", :user => asset.author_name, :discussion_topic => asset.title, :course => asset.context.name %></p> <p> <%= html_to_simple_html(asset.message, :base_url => dashboard_url) %> </p> <% if IncomingMailProcessor::MailboxAccount.reply_to_enabled %> <p><%= t :discussion_entry_reply_message, "Join the conversation using the link below, or comment by replying to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the discussion." %></p> <% else %> <p><%= t "Join the conversation using the link below." %></p> <% end %>