Sha256: 34400b116fe9ce377c304f4ae8108dc4b571b56f7254b1582a8f196cd5eb6638

Contents?: true

Size: 604 Bytes

Versions: 2

Compression:

Stored size: 604 Bytes

Contents

.property{ class: ('property--required' if field.required?) }
  = label_tag dom_id(block, field.slug), field.name, class: 'property__name'
  = select_tag "block[data][#{field.slug}]", "", id: dom_id(block, 'blog_search'), title: t('workarea.admin.content_blocks.blog_id.search_field_placeholder'), tabindex: '1', class: 'text-box', include_blank: true, multiple: true, data: { remote_select: { source: youtube_videos_path, options: { placeholder: t('workarea.admin.content_blocks.blog_id.search_field_placeholder') } } }
  = hidden_field_tag "block[data][id]", block.data[:id], id: dom_id(block, 'blogs')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-youtube_playlists-0.1.2 app/views/workarea/admin/content_blocks/_playlist.html.haml
workarea-youtube_playlists-0.1.1 app/views/workarea/admin/content_blocks/_playlist.html.haml