scinote-web/app/views/teams/_parse_error.html.erb

8 lines
185 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<% if error.present? %>
<div class="alert alert-danger" role="alert">
2017-01-25 19:01:23 +08:00
<div><%=t "teams.parse_sheet.errors.errors_list_title" %></div>
2016-02-12 23:52:43 +08:00
<br>
<%= error %>
</div>
2017-01-25 19:01:23 +08:00
<% end %>