<%= t(:filename) %>: |
<%= f.file_field :attachment %> |
<% if @product.has_variants? %>
<%= Variant.model_name.human %>: |
<%= f.select :viewable_id, @variants %> |
<% else %>
<%= hidden_field_tag :product_id, @product.id %>
<% end %>
<%= t(:alt_text) %>: |
<%= f.text_area :alt %> |