Sha256: f8738a364cac32bd7a376ffecd877da823a65ba91353f4e4831c68853283b3b5
Contents?: true
Size: 473 Bytes
Versions: 11
Compression:
Stored size: 473 Bytes
Contents
= simple_form_for [@picture, @user_tagging] do |f| = f.association :user, collection: FamilyGallery::User.order(:email) = f.input :position_top, as: :hidden = f.input :position_left, as: :hidden = f.submit t("save"), class: "button" .picture-container .tagging-marker .picture{style: "background-image: url('#{@picture.image.url}'); width: #{@width}px; height: #{@height}px; background-size: #{@width}px #{@height}px;", data: {width: @width, height: @height}}
Version data entries
11 entries across 8 versions & 1 rubygems