Sha256: 554eeb7ff6ed0484cfd62cf0d0d2df15f952250119d7b682cf04b6e457b60e16
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 Bytes
Contents
<div style="margin: 20px; padding: 0 0 20px 0;"> <h2 style="margin: 0px; padding: 10px 10px 5px 10px; background: #eee; border-left: 10px solid #ccc; color: #333;"><%= section_title.titleize unless section_title.nil? -%></h2> <% if data.is_a?(Array) then data = data[0] end -%> <% data.each do |key, value| -%> <% if !key.nil? && !value.nil? -%> <p style="margin: 10px; padding: 0px;"> <span style="float:left; width:150px; padding: 10px 10px 0;"><%= key %></span> <span style="float:left; width:490px; padding: 10px 10px 0;"><%= value.is_a?(Array) ? value.to_sentence : value.is_a?(String) ? value : value.inspect%></span> <span style="clear: both;"></span> </p> <% end -%> <% end unless data.nil?-%> <p style="clear:both"></p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano_mailer-3.3.0 | views/cap_mailer/_section_custom.html.erb |