<%= @site_name %> <%=@task_name.titleize unless @task_name.nil? %>

Brought to you by: 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.html.erb', :locals => {:section_title => section, :data => data} else render :partial => 'section.html.erb', :locals => {:section_title => section, :data => data} end end }.join unless @sections.nil? %>
© 2009 9thBit LLC, MIT License
© 2007-8 Sagebit LLC, MIT License