/
<% if @files %> <% @files.each do |f| %>
<%= (f[:title].nil? or f[:title].empty?) ? f[:id] : f[:title] %>
(<%= f[:id] %>)
<% end %> <% end %>