Sha256: 9e465d30fae06f1f5b6720fefbc2369ad865f6a8b35b740bd6bda88d8d57a229

Contents?: true

Size: 715 Bytes

Versions: 29

Compression:

Stored size: 715 Bytes

Contents

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

  - if field.link
    = link_to '+', new_entry_embed_path(field.link, f.object), class: "add_field quick_edit #{('hide' if ref_object)}"

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
bhf-0.7.16 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.15 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.14 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.13 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.12 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.11 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.9 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.8 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.7 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.5 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.4 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.3 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.2 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.1 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.0.rc3 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.0.rc2 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.7.0.rc1 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.6.32 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.6.31 app/views/bhf/entries/form/embeds_one/_static.haml
bhf-0.6.30 app/views/bhf/entries/form/embeds_one/_static.haml