Sha256: 726b67e59c2ed6f1dc376033b62ad74c8d7cc760b8900327e3f324a69d28090c
Contents?: true
Size: 796 Bytes
Versions: 8
Compression:
Stored size: 796 Bytes
Contents
<%= error_messages_for :inquiry_setting %> <% form_for [:admin, @inquiry_setting] do |f| %> <p> Every time someone contacts you on your website, Refinery sends out an email to say there is a new inquiry. </p> <div class='field'> <%= f.label :value, 'Send notifications to' %> <%= f.text_field :value, :class => "larger", :style => 'width: 954px' %> <p> Enter an email address above. Want the notification to go to more than one person? Enter multiple email addresses separated by commas.<br/> E.g. me@domain.com, friend@msn.com, workmate@work.com </p> </div> <div class='form-actions'> <%= f.submit 'Save', :id => "submit_button" %> or <%= link_to "Cancel", admin_inquiries_url, :title => "Cancelling will lose all changes you've made" %> </div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems