"name="<%= @gallery.sTitle.to_s + "_" + @gallery.id.to_s %>" class="EngineeringGallery"> <% @medias = GalleryMedia.find(:all, :conditions => ["gallery_id = ?", @gallery.id]) %> <% if @medias != nil %> <% @media = @medias.first %> <%= link_to_remote( image_tag( url_for_file_column("media", "medianame", "thumb" ), :style => "float: left"), :class => "noHighlight", :url => { :action => "show_media", :params => { :id => @gallery.id } } )%> <% end %>

<%= @gallery.sTitle %>

<%= @gallery.tDescription %>

Files

<% @files = GalleryFiles.find(:all, :conditions => ["gallery_id = ?", @gallery.id]) %>

<% if logged_in? %> <%= link_to 'Edit', edit_gallery_path(@gallery) %> <% end %>