Sha256: c0357b9d71ddd80376456a84c5e2cefac92b15d03d87293b73f207d43c7eb1bb
Contents?: true
Size: 400 Bytes
Versions: 15
Compression:
Stored size: 400 Bytes
Contents
<% if @inquiry_setting.name == "Notification Recipients" %> <%= render :partial => "notification_recipients_form", :locals => {:edit => true} -%> <% elsif @inquiry_setting.name =~ /(Notification|Confirmation)\ Subject/ %> <%= render :partial => "subject_form", :locals => {:edit => true} -%> <% else %> <%= render :partial => "confirmation_email_form", :locals => {:edit => true} -%> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems