Adding e-mail confirmations
This commit is contained in:
parent
b3c7c8700d
commit
fc198a8b4c
15 changed files with 72 additions and 36 deletions
|
@ -7,6 +7,12 @@
|
|||
%small= Rails.configuration.x.local_domain
|
||||
|
||||
.form-container
|
||||
- if flash[:notice]
|
||||
.flash-message.notice= flash[:notice]
|
||||
|
||||
- if flash[:alert]
|
||||
.flash-message.alert= flash[:alert]
|
||||
|
||||
= yield
|
||||
|
||||
= render template: "layouts/application"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue