% data = action_data
@images = data["images"]
@custom_album = data["custom_album"]
@image = data["image"]
@back_link = data["back_to_custom_albums"]
@wall_images = data["wall_images"]
%>
<%= stylesheet_link_tag "custom_gallery_frontend" %>
<% @images.each_with_index do |image,i| %>
- " />
<% end %>
<%= t('custom_gallery.photo_tag') %>
<% @image.tags.each do |tag| %>
- <%= tag.name %>
<% end %>
<%# content_for :page_specific_javascript do %>
<%= javascript_include_tag "custom_galleryAPI_frontend" %>
<%#= javascript_include_tag "jquery.tinyscrollbar" %>
<%= javascript_include_tag "rss" %>
<%# end %>