Sha256: e90e65c0aa11ace160e92cbd02377d1dcf5479619ec75fd0b284089a716c42aa

Contents?: true

Size: 353 Bytes

Versions: 5

Compression:

Stored size: 353 Bytes

Contents

<% if @params[:email][:content] %>
	<%= Content[@params[:email][:content]].to_s.html_safe %>
<% end %>

<table>	
	<% @params[:email].each do |key,val| -%>
		<% next unless ["to", "from", "subject", "content"].index(key).nil? %>
		<tr>
			<td style="padding-right:20px"><strong><%= key %></strong></td>
			<td><%= val %></td>
		</tr>
	<% end -%>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
soapbox-0.3.1 app/views/soapbox_mailer/email_form.html.erb
soapbox-0.3.0 app/views/soapbox_mailer/email_form.html.erb
soapbox-0.2.24 app/views/soapbox_mailer/email_form.html.erb
soapbox-0.2.23 app/views/soapbox_mailer/email_form.html.erb
soapbox-0.2.21 app/views/soapbox_mailer/email_form.html.erb