Nicer output of a missing status

pull/7348/head
Wieland Lindenthal 5 years ago
parent 0b38f5f970
commit b3d27da1ce
  1. 2
      modules/bcf/app/views/bcf/issues/configure_unknown_statuses.html.erb

@ -7,7 +7,7 @@
<h3>Invalid topic status names found</h3>
<ul>
<% @importer.aggregations.unknown_statuses.each do |name| %>
<li> <%= name %></li>
<li> <%= name.present? ? name : '(No name given)' %></li>
<% end %>
</ul>
<div class="form--field -full-width">

Loading…
Cancel
Save