<% if @asset.image? %> <%= image_tag @asset.url %> <% else %> <%= @asset.url %> <% end %>