Allow change map image from admin site customization

Also adds on site customization image.rb jpeg content type to allow replace this image.
This commit is contained in:
decabeza
2019-01-24 11:48:25 +01:00
parent 7e89cc149f
commit 045c4eca64
5 changed files with 46 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
</thead>
<tbody>
<% @images.each do |image| %>
<tr class="<%= image.name %>">
<tr id="image_<%= image.name %>">
<td class="small-12 medium-4">
<strong><%= image.name %></strong> (<%= image.required_width %>x<%= image.required_height %>)
</td>