This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
feedfu/app/views/feeds/errors.html.erb

7 lines
142 B
Plaintext

<% @errors.each do |error| %>
<div class="error-box">
<strong><%= error.type %></strong>
<pre><%= error.message %></pre>
</div>
<% end %>