survey/app/views/surveys/answer_success.html.erb

4 lines
137 B
Plaintext

<script type="text/javascript">
alert("<%= t('survey.answer_success')%>");
window.location.href = "<%= page_for_survey %>";
</script>