fix error

This commit is contained in:
chiu 2020-05-07 09:09:52 +08:00
parent b44b181fc7
commit fa2531132d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<% end %>
</td>
<td>
<%= b.category.title %>
<%= b.category.title rescue 'category not set' %>
<div class="quick-edit">
<ul class="nav nav-pills">
<% if can_edit_or_delete?(b) %>