Update show.html.erb
This commit is contained in:
parent
98734d9e2d
commit
2c6beff36f
|
@ -51,7 +51,7 @@
|
|||
<% @images.each do |image| %>
|
||||
<tr>
|
||||
<td>
|
||||
<%= image_tag image.file.thumb, :class => "banner-image" %>
|
||||
<%= image_tag image.file.thumb.url, :class => "banner-image" %>
|
||||
</td>
|
||||
<td>
|
||||
<%= image.title rescue "" %>
|
||||
|
|
Loading…
Reference in New Issue