Fix module survey_b back_end button link

This commit is contained in:
Manson Wang 2013-09-25 19:42:33 +08:00
parent bad90e0abe
commit 6b85824a90
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</table>
<div class="form-actions form-fixed pagination-right">
<%= 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' %>
<div id="survey_answers_pagination" class="paginationFixed">
<%= paginate @answers %>
</div>