Sha256: c500b40490e41ec9f38a01d12ff6efb0f7e76c0dbb95c3920ca6203a628ff837

Contents?: true

Size: 725 Bytes

Versions: 22

Compression:

Stored size: 725 Bytes

Contents

= reflection_node f, field do
  - ref_objects = f.object.send(field.reflection.name)
  %p.empty{class: ('hide' unless ref_objects.blank?)}= t 'bhf.helpers.entry.empty', count: 2
  %ul.relation{class: field.macro}
    - ref_objects.each do |ref_object|
      %li
        = link_to_if field.link, ref_object.to_bhf_s, edit_bhf_entry_embed_path(field.link || 0, f.object, ref_object), class: :quick_edit
        - if field.link
          = link_to '×'.html_safe, bhf_entry_embed_path(field.link, f.object, ref_object), method: :delete, class: :delete, remote: true, confirm: t('bhf.helpers.promts.confirm')

  - if field.link
    = link_to '+', new_bhf_entry_embed_path(field.link, f.object), class: 'add_field quick_edit'

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bhf-0.4.20 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.19 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.18 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.17 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.16 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.15 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.14 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.13 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.12 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.11 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.10 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.9 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.8 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.7 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.6 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.5 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.4 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.3 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.2.7 app/views/bhf/entries/form/embeds_many/_static.haml
bhf-0.4.2.5 app/views/bhf/entries/form/embeds_many/_static.haml