<% if file[:link].present? %>
<%= link_to file[:link], rel: 'ugc' do %>
<%= image_tag file[:url], class: 'img-thumbnail', alt: file[:caption] %>
<% end %>
<% else %>
<%= image_tag file[:url], class: 'img-thumbnail', alt: '', role: 'presentation' %>
<% end %>
<% if file[:caption].present? %>
<%= file[:caption] %>
<% end %>