docbrown/app/views/feedback_messages/index.html.erb
Ben Halpern 1d62d30853
Consolidate and internationalize various 'contact us' prompts (#14951)
* Consolidate and internationalize various 'contact us' prompts

* Update spec/requests/user/user_settings_spec.rb

Co-authored-by: Michael Kohl <citizen428@forem.com>

Co-authored-by: Michael Kohl <citizen428@forem.com>
2021-10-07 12:05:21 -04:00

15 lines
416 B
Text

<% title "Feedback" %>
<% cache(release_adjusted_cache_key("feedback-messages-lander-styling")) do %>
<style>
<%= Rails.application.assets["feedback_messages.css"].to_s.html_safe %>
</style>
<% end %>
<div class="dialog">
<div>
<h2>Thank you for your report.</h2>
<h3><a href="/">Return to home page</a></h3>
<p>
<%= t("contact_prompts.if_any_questions_html") %>
</p>
</div>
</div>