capistrano_mailer 3.1.9 → 3.1.10
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
data/capistrano_mailer.gemspec
CHANGED
@@ -10,9 +10,9 @@
|
|
10
10
|
data = @section_data[section.to_sym]
|
11
11
|
if !data.empty?
|
12
12
|
if %w(extra_information release_data).include?(section)
|
13
|
-
render :partial => 'section_custom.
|
13
|
+
render :partial => 'section_custom.text.erb', :locals => {:section_title => section, :data => data}
|
14
14
|
else
|
15
|
-
render :partial => 'section.
|
15
|
+
render :partial => 'section.text.erb', :locals => {:section_title => section, :data => data}
|
16
16
|
end
|
17
17
|
end
|
18
18
|
}.join unless @sections.nil? %>
|