This allows us to include a link in the flash message, without having to use html_safe. Also refactor to avoid having html angle brackets in the translation strings, while still allowing locale-specific urls.
1 line
118 B
Text
1 line
118 B
Text
<%= t ".terms_declined_html", :terms_declined_link => link_to(t(".terms_declined_link"), t(".terms_declined_url")) %>
|