This commit is contained in:
San Wai Lwin
2018-03-13 14:46:07 +06:30
parent 9ec8c4d18c
commit 694feb9c06
9 changed files with 151 additions and 5 deletions

View File

@@ -99,6 +99,14 @@
<td style="width:20%">Shop Image</td>
<td><%= image_tag @settings_shop.logo, :size => '200x200'%></td>
</tr>
<tr>
<td style="width:20%">Shop Images</td>
<td>
<% @display_images.each do |p| %>
<%= image_tag p.image , :size => '200x200'%><br>
<% end %>
</td>
</tr>
<tr>
<td><%= link_to t("views.btn.edit"), edit_settings_shop_path(@settings_shop),:class => 'btn btn-primary btn-sm waves-effect' %>
</td>