ask/app/views/asks/thank.html.erb

11 lines
294 B
Plaintext
Raw Normal View History

2016-11-07 02:08:04 +00:00
2014-10-02 06:00:35 +00:00
<link href="/assets/ask/ask.css" media="screen" rel="stylesheet">
<div class="form-horizontal">
2020-04-30 05:18:02 +00:00
<h2>
<% text = AskAcknowledgement.first.content[I18n.locale] rescue t('ask.thank_text')
text = t('ask.thank_text') if text.to_s.empty?
%>
<%= text.html_safe %>
</h2>
2016-11-07 02:08:04 +00:00
</div>