Sha256: 55edcabb9c2575be340e5d00ca7a01b2881481ae63bac66ddbc54371213a746c

Contents?: true

Size: 901 Bytes

Versions: 1

Compression:

Stored size: 901 Bytes

Contents

<%= @site_name %> Notification
===========================================================

<%= @site_name %> <%=@task_name.titleize unless @task_name.nil? %>
===========================================================
Brought to you by: Capistrano Mailer - http://github.com/pboling/capistrano_mailer
Released: <%= @date %> at <%= @time %>

<%= @sections.map { |section|
  data = @section_data[section.to_sym]
  if !data.empty?
    if %w(extra_information release_data).include?(section)
      render :partial => 'section_custom.text.erb', :locals => {:section_title => section, :data => data}
    else
      render :partial => 'section.text.erb', :locals => {:section_title => section, :data => data}
    end
  end
}.join unless @sections.nil? %>

===========================================================
Copyright 2009 9thBit LLC under MIT License
Copyright 2007-8 Sagebit LLC under MIT License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano_mailer-3.3.0 views/cap_mailer/_message_body.text.erb