<%= cond do %>
<% String.starts_with?(upload.content_type, "image/") -> %>
<% String.starts_with?(upload.content_type, "video/") -> %>
<% String.starts_with?(upload.content_type, "audio/") -> %>
<% true -> %>
<%= upload.relative_path %>
<% end %>
<% end %>