mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
7 lines
185 B
Text
7 lines
185 B
Text
<% if error.present? %>
|
|
<div class="alert alert-danger" role="alert">
|
|
<div><%=t "teams.parse_sheet.errors.errors_list_title" %></div>
|
|
<br>
|
|
<%= error %>
|
|
</div>
|
|
<% end %>
|