small fix for category
This commit is contained in:
parent
124cfd54cf
commit
34a7be8517
|
@ -53,7 +53,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<td><%= course.course_category.title %></td>
|
||||
<td><%= course.course_category.title rescue "" %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue