scinote-web/app/views/organizations/_parse_error.html.erb
2016-02-12 16:52:43 +01:00

7 lines
192 B
Plaintext

<% if error.present? %>
<div class="alert alert-danger" role="alert">
<div><%=t "organizations.parse_sheet.errors.errors_list_title" %></div>
<br>
<%= error %>
</div>
<% end %>