Update show.html.erb

This commit is contained in:
Harry Bomrah 2019-05-20 22:20:23 +08:00
parent 98734d9e2d
commit 2c6beff36f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<% @images.each do |image| %> <% @images.each do |image| %>
<tr> <tr>
<td> <td>
<%= image_tag image.file.thumb, :class => "banner-image" %> <%= image_tag image.file.thumb.url, :class => "banner-image" %>
</td> </td>
<td> <td>
<%= image.title rescue "" %> <%= image.title rescue "" %>