cirandas.net

ref: master

app/views/profile_themes/_add_image.html.erb


<%= _('Images') %>

    <% for image in @theme.image_files %>
  • <%= image_tag "/#{@theme.dir}/images/#{image}" %>
  • <% end %>
<% button_bar do %> <%= modal_button :add, _('Add image'), :action => 'add_image', :id => @theme.id %> <% end %>