<% title(@fashion.name) %> <% description(@fashion.description.truncate(150)) %> <% image(image_url("fashions/small/#{@fashion.id}.png", skip_pipeline: true)) %>
<%= @fashion.name %>
<%= safe_image_tag("fashions/large/#{@fashion.id}.png", class: 'image-large') %>
<%= t('tradeable') %>
<%= tradeable(@fashion) %>
<%= render 'shared/ownership', collectable: @fashion %>
<%= t('patch') %>
<%= @fashion.patch %>
<%= t('description') %>
<%= format_text(@fashion.description) %>
<%= t('source') %>
<%= sources(@fashion, list: true) %>
<%= safe_image_tag("fashions/large/#{@fashion.id}.png", class: 'image-large') %>