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

Version Path
family_gallery-0.0.8 app/views/family_gallery/user_taggings/_form.mobile.haml
family_gallery-0.0.8 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.7 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.7 app/views/family_gallery/user_taggings/_form.mobile.haml
family_gallery-0.0.6 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.6 app/views/family_gallery/user_taggings/_form.mobile.haml
family_gallery-0.0.5 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.4 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.3 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.2 app/views/family_gallery/user_taggings/_form.html.haml
family_gallery-0.0.1 app/views/family_gallery/user_taggings/_form.html.haml