Sha256: 1e3615373084122c64e7109649e4ede4e3bb09dd2dd379ca9958c621eaa821f8

Contents?: true

Size: 1.59 KB

Versions: 53

Compression:

Stored size: 1.59 KB

Contents

<% self.class.send :include, SubjectsHelper, ActionView::Helpers::TextHelper  %>
<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  </head>
  <body>
    <div>
      <div >
        <%= t('notification.hello', :receiver => @receiver.name)%>
      </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="<%= root_url + @notification.notified_object.sender.logo.url(:profile)%>" alt="<%=@notification.notified_object.sender.name%>">
        </div>
        <div style=" margin: 5px 5px 5px 5px;">
          <p style="font-weight: bold; "><%= @notification.notified_object.sender.name %>
            <% if @notification.notified_object.sender.profile.organization? %>
              <br/><span style="color: #6C6D6F; font-weight: normal;"><%= @notification.notified_object.sender.profile.organization%></span>
            <% end %>
          </p>
          <p style="text-align: justify;">
            <%= render :partial => "notifications/activities/#{ @notification.notified_object.verb }", 
                       :locals =>{:activity => @notification.notified_object}%>
          </p>
        </div>
      </div>
      <div style="padding: 10px 5px 5px 5px;">    
        <p>
          <%= raw t('notification.visit', :url=> link_to(notifications_url,notifications_url))%>
        </p>
      </div>
    </div>
  </body>
</html>

Version data entries

53 entries across 53 versions & 4 rubygems

Version Path
vkhater-social_stream-0.16.3.3 base/app/views/notification_mailer/new_notification_email.html.erb
vkhater-social_stream-base-0.11.2 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.17.1 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.12.1 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.17.0 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.12.0 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.16.3 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.11.2 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.16.2 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.11.1 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.16.1 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.11.0 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.15.8 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.10.11 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.15.7 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.10.10 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.15.6 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.10.9 app/views/notification_mailer/new_notification_email.html.erb
social_stream-0.15.5 base/app/views/notification_mailer/new_notification_email.html.erb
social_stream-base-0.10.8 app/views/notification_mailer/new_notification_email.html.erb