Edit UI design for shop images

This commit is contained in:
San Wai Lwin
2018-03-28 14:52:57 +06:30
parent c602988f42
commit ff19f20a18
3 changed files with 22 additions and 13 deletions

View File

@@ -97,13 +97,13 @@
</tr>
<tr>
<td style="width:20%">Shop Image</td>
<td><%= image_tag @settings_shop.logo, :size => '200x200'%></td>
<td><%= image_tag @settings_shop.logo, :class => "img-thumbnail second-display", :size => "155x185"%></td>
</tr>
<tr>
<td style="width:20%">Shop Images</td>
<td>
<% @display_images.each do |p| %>
<%= image_tag "#{p.image}" %>
<%= image_tag "#{p.image}", :class => "img-thumbnail second-display", :size => "155x185"%>
<% end %>
</td>
</tr>