Sha256: 28e914bdaa672bc52a585ea709561a4e6cf20a1fd6d70aea90bd510b0804dda0
Contents?: true
Size: 991 Bytes
Versions: 7
Compression:
Stored size: 991 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
7 entries across 7 versions & 2 rubygems