ref: master
app/views/profile_themes/_add_image.html.erb
<%= _('Images') %>
<% for image in @theme.image_files %>
<% button_bar do %> <%= modal_button :add, _('Add image'), :action => 'add_image', :id => @theme.id %> <% end %>- <%= image_tag "/#{@theme.dir}/images/#{image}" %>
<% end %>