Sha256: 75465d387e052d3ee745484855000c33a279a501b437ce61d4b1c437b4e8974a

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

%h1 Send Test Email

= form_tag(ucb_rails_admin_email_test_path) do
  %p= text_field_tag :email, params[:email], placeholder: 'email@example.com', class: 'span3'
  %p= submit_button_tag "Send"
  
- if @email_result.present?  
  %hr
  %pre= @email_result

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ucb_rails-0.0.13 app/views/ucb_rails/admin/email_test/index.html.haml
ucb_rails-0.0.12 app/views/ucb_rails/admin/email_test/index.html.haml
ucb_rails-0.0.11 app/views/ucb_rails/admin/email_test/index.html.haml
ucb_rails-0.0.10 app/views/ucb_rails/admin/email_test/index.html.haml
ucb_rails-0.0.9 app/views/ucb_rails/admin/email_test/index.html.haml
ucb_rails-0.0.8 app/views/ucb_rails/admin/email_test/index.html.haml