" class="Gallery"> <% @medias = GalleryMedia.find(:all, :conditions => ["gallery_id = ?", @gallery.id]) %>
<% @media = @medias.first %> <% if @media != nil %> <%= 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 } } )%>

<%= @gallery.sTitle %>

<%= @gallery.tDescription %>

<% else %>

<%= @gallery.sTitle %>

<%= @gallery.tDescription %>

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

Files

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