initialize route and form for displaying emails
This commit is contained in:
parent
c5ad9525ed
commit
3f35d820cb
4 changed files with 19 additions and 0 deletions
13
app/views/admin/emails/custom_email.html.haml
Normal file
13
app/views/admin/emails/custom_email.html.haml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.row
|
||||
.col-md-6.col-md-offset-2
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
%h3.panel-title
|
||||
Send an email
|
||||
.panel-body
|
||||
%p
|
||||
%b Select/Enter Emails
|
||||
= text_field_tag :to, '', class: 'form-control'
|
||||
%br
|
||||
%p.text-right
|
||||
= link_to 'Send Email', '', class: 'btn btn-primary'
|
||||
Loading…
Add table
Add a link
Reference in a new issue