orbit-survey/app/views/panel/survey/front_end/surveys/answer_success.html.erb

4 lines
157 B
Plaintext

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