Sha256: 84b8ad39f9a864a128996858ff6f500abe8da2b00eed488462201510f4ecd081

Contents?: true

Size: 536 Bytes

Versions: 5

Compression:

Stored size: 536 Bytes

Contents

- if locals[:direction] == :remote_local
  .link_line
    .result(style="display:none;")
    .ajax_link_area.pure-form
      %input.search-local-ajax(placeholder="search ...")
      %input.local_product_id(type="hidden")
      %input.remote_product_id(type="hidden" value="#{product_id}")
      %a.product_link_action.pure-button(href="")
        Link
- else
  .ajax_link_area.pure-form
    %input.search-remote-ajax(placeholder="search ...")
    %input.remote_product_id(type="hidden")
    %a.ajax_product_link(href="")
      Link! LR

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rawbotz-0.2.0 lib/rawbotz/views/widgets/_link_line.haml
rawbotz-0.1.5 lib/rawbotz/views/widgets/_link_line.haml
rawbotz-0.1.4 lib/rawbotz/views/widgets/_link_line.haml
rawbotz-0.1.3 lib/rawbotz/views/widgets/_link_line.haml
rawbotz-0.1.2 lib/rawbotz/views/widgets/_link_line.haml