Encourage users that give us feedback to write to us
This commit is contained in:
parent
3d7b239f2b
commit
62878f9c5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class NewUser::FeedbacksController < ApplicationController
|
||||
def create
|
||||
current_user.feedbacks.create!(mark: params[:mark])
|
||||
flash.notice = "Merci de votre retour"
|
||||
flash.notice = "Merci de votre retour, si vous souhaitez nous en dire plus, n'hésitez pas à <a href='mailto:#{CONTACT_EMAIL}' target='_blank'>nous contacter par email</a>."
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue