Sha256: 17217ce0aa324e9c07fada814222fbb97277525f439e596cda72f1fe4b3d09df
Contents?: true
Size: 1013 Bytes
Versions: 1
Compression:
Stored size: 1013 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.2.7 | views/cap_mailer/notification_email.text.plain.erb |