rescue for empty username if imported
This commit is contained in:
parent
56607ea35c
commit
b1c6bcbf9b
|
@ -40,7 +40,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td><%= format_value b.postdate %></td>
|
<td><%= format_value b.postdate %></td>
|
||||||
<td class="<%= b.expired? ? "expired" : "" %>"><%= format_value b.deadline %></td>
|
<td class="<%= b.expired? ? "expired" : "" %>"><%= format_value b.deadline %></td>
|
||||||
<td><%= b.update_user.user_name %></td>
|
<td><%= b.update_user.user_name rescue ""%></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="footable-row-detail">
|
<tr class="footable-row-detail">
|
||||||
<td class="footable-cell-detail" colspan="6">
|
<td class="footable-cell-detail" colspan="6">
|
||||||
|
|
Loading…
Reference in New Issue