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

7 lines
192 B
Plaintext
Raw Normal View History

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