Update show.html.erb
This commit is contained in:
parent
98734d9e2d
commit
2c6beff36f
|
@ -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 "" %>
|
||||||
|
|
Loading…
Reference in New Issue