2020-02-04 11:24:13 +00:00
|
|
|
<h2 align="center"><img style="height: 1em;" alt="<%= t('olympiamanagement.error_msg')%>" src="/assets/warning.gif"><%= t('olympiamanagement.error_msg')%></h2>
|
|
|
|
<ul align="center">
|
|
|
|
<% @error_msg.each do |a| %>
|
|
|
|
<li style="width: fit-content;margin: auto;"><%= a %></li>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
<p align="center">
|
2020-02-05 01:49:35 +00:00
|
|
|
<input name="goback" type="button" onclick="window.history.go(-1);" onkeypress="window.history.go(-1);" value="<%=t('back')%>">
|
2020-02-04 11:24:13 +00:00
|
|
|
</p>
|