From 6b85824a90a123d693f54af1c602a83bd54f1086 Mon Sep 17 00:00:00 2001 From: Manson Wang Date: Wed, 25 Sep 2013 19:42:33 +0800 Subject: [PATCH] Fix module survey_b back_end button link --- .../app/views/panel/survey_b/back_end/survey_b/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb b/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb index 59196ca21..6e044ba96 100644 --- a/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb +++ b/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb @@ -16,7 +16,7 @@
- <%= link_to t(:back) + t('survey_b.survey_b'), result_panel_survey_b_back_end_survey_b_index_path, :class => 'btn btn-primary pull-right' %> + <%= link_to t(:back) + t('survey_b.survey_b'), panel_survey_b_back_end_periods_path, :class => 'btn btn-primary pull-right' %>
<%= paginate @answers %>