Sha256: d40f14e73aba8c3071827a6b43f4e90b980a4558f95b0433ecfba22ba8bb9224
Contents?: true
Size: 1.45 KB
Versions: 3
Compression:
Stored size: 1.45 KB
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <div> <div style="padding: 10px 5px 5px 5px;"> <span style="font-weight: bold;"><%= @message.sender.name%></span> has sent a reply: <%= @message.subject.html_safe? ? @message.subject : strip_tags(@message.subject) %> </div> <div style="position: static;padding: 5px; border: #2A3890 solid 2px; background-color: #E1EEF5; margin:10px; min-height: 125px; width: 500px;"> <div style="float:left; margin-right:7px; border: thin solid #D4E4EA; background-color: white; max-height: 119px;"> <img src="http://<%= ActionMailer::Base.default_url_options[:host] +@message.sender.logo.url(:profile)%>" alt="<%=@message.sender.name%>"> </div> <div style=" margin: 5px 5px 5px 5px;"> <p style="font-weight: bold; "><%= @message.sender.name %> <% if @message.sender.profile.organization? %> <br/><span style="color: #6C6D6F; font-weight: normal;"><%= @message.sender.profile.organization%></span> <% end %> </p> <p> <%= raw @message.body %> </p> </div> </div> <div style="padding: 10px 5px 5px 5px;"> <p> <%= link_to t('message.look'), conversation_url(@message.conversation)%> at <%= t('socialstream')%> </p> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems