14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
|
|
|
|
<link href="/assets/ask/ask.css" media="screen" rel="stylesheet">
|
|
<div class="form-horizontal">
|
|
<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 %>
|
|
<div class="form-actions">
|
|
<a class="btn" href="<%= OrbitHelper.request.path_info %>"><%=t('ask.go_back')%></a>
|
|
</div>
|
|
</h2>
|
|
</div> |