Sha256: 888991c43af1346195a34d7ce1b3839f1c23887c7b6d230bae6321726918b14e

Contents?: true

Size: 594 Bytes

Versions: 80

Compression:

Stored size: 594 Bytes

Contents

/ # locals: (collection:, query:, timeout_id:, field_name: nil)
.resultados.inline tabindex="-1"
  div data-controller="clear-timeout" data-timeout-id="#{timeout_id}"
  ul.list-group.list-group-flush
    - if collection.any?
      - collection.each do |object|
        = link_to object.to_s, 'javascript:void(0)',
                  class: 'list-group-item',
                  data: { action: 'asociable#selectItem',
                          id: object.id, object: object.decorate.to_json, field_name: }
    - else
      li.px-3.py-1 style="font-size: 0.85em" No hay resultados para "#{query}"

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
pg_rails-7.1.7 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.6 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.5 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.4 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.3 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.2 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.1.pre.6 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.1.pre.5 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.1.pre.4 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.1.pre.3 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.1.pre.2 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.1.pre.1 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.1.0 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.112 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.111 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.110 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.109 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.108 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.107 pg_associable/app/views/pg_associable/_resultados_inline.html.slim
pg_rails-7.0.8.pre.alpha.106 pg_associable/app/views/pg_associable/_resultados_inline.html.slim