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