Change go back button.

This commit is contained in:
BoHung Chiu 2021-10-13 17:23:06 +08:00
parent 25f87ef24c
commit b600b9e1fc
3 changed files with 3 additions and 1 deletions

View File

@ -48,4 +48,4 @@
<h3><%= t('survey.answer_success')%></h3>
<% end %>
<a href="<%= data['url'] %>">Go Back</a>
<a href="<%= data['url'] %>" class="btn btn-primary" title="<%=t("survey.go_back")%>"><%=t("survey.go_back")%></a>

View File

@ -5,6 +5,7 @@ en:
type:
'0': "Total"
'1': "Average"
go_back: Go Back
weight: Weight
taken_survey: "Taken Survey"
please_login_first: "Please login first!"

View File

@ -7,6 +7,7 @@ zh_tw:
type:
'0': "總分"
'1': "平均"
go_back: 回上一頁
weight: 權重
taken_survey: "填寫問卷"
please_login_first: "請先登入網站!"