░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/app/views/messages
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: _message.html.erb
<% # Copyright (C) 2012 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. %> <li class="message list-view border border-trbl" data-message-id="<%= message.id %>" data-secure-id="<%= IncomingMail::ReplyToAddress.new(message).secure_id %>"> <header> <span class="h6"><%= message.subject %></span> <span class="label label-<%= message.workflow_state %>"> <%= message.workflow_state.capitalize %> </span> </header> <div class="tabs"> <ul> <li><a href="#meta-data-<%= message.id %>"><%= t('meta_data', 'Meta Data') %></a></li> <li><a href="#tabs-plain-<%= message.id %>"><%= t('plain_text', 'Plain Text') %></a></li> <li><a href="#tabs-plain-html-<%= message.id %>">HTML</a></li> </ul> <div id="meta-data-<%= message.id %>"> <table class="ic-Table ic-Table--condensed grid"> <tbody> <tr> <td class="td-label"><div><%= t('id') %></div></td> <td><%= message.id %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.subject', 'Subject') %></div></td> <td><%= message.subject %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.to', 'To') %></div></td> <td><%= message.to %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.from_name', 'From Name') %></div></td> <td><%= message.from_name %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.reply_to', 'Reply to') %></div></td> <td><span class="message-reply"><%= IncomingMail::ReplyToAddress.new(message).address %></span> (<a class="reply-button" href="#" role="button"><%= t('actions.reply', 'Reply') %></a>)</td> </tr> <tr> <td class="td-label"><div><%= t('titles.created_at', 'Created at') %></div></td> <td><%= message.created_at %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.sent_at', 'Sent at') %></div></td> <td><%= message.sent_at %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.delay_for', 'Delay for') %></div></td> <td><%= message.delay_for %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.path_type', 'Path type') %></div></td> <td><%= message.path_type %></td> </tr> <tr> <td class="td-label"><div><%= t('titles.notification_name', 'Notification Name') %></div></td> <td><%= message.notification_name %></td> </tr> </tbody> </table> </div> <div id="tabs-plain-<%= message.id %>"> <pre class="message-body"><%= message.body %></pre> </div> <div id="tabs-plain-html-<%= message.id %>"> <iframe class="message-html-body" src="<%= user_message_html_message_path(message.user, message) %>" title="<%= t('Message Body') %>"></iframe> <% if message.html_body.present? %> <%= link_to "Open in new window", user_message_html_message_path(message.user, message), :target => "_blank", :class => "icon-off small" %> <% end %> </div> </div> </li>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 _message.html.erb
ERB
4.2 KB
2023-09-24 03:36
EDIT
📄 html_message.html.erb
ERB
894 B
2023-09-24 03:36
EDIT
📄 index.html.erb
ERB
1 KB
2023-09-24 03:36
EDIT
📄 show.html.erb
ERB
969 B
2023-09-24 03:36
EDIT