* 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>
15 lines
416 B
Text
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>
|