Sha256: 6bb002dcde5ced1fbdc836893fc1047f2bb25063779a70d2a7395095128be35e

Contents?: true

Size: 384 Bytes

Versions: 166

Compression:

Stored size: 384 Bytes

Contents

ruby:
  tuples = Array.wrap(attributes).map do |attribute|
    label = model.class.human_attribute_name(attribute)
    value = model.public_send(attribute)
    html = if value.respond_to?(:nested_attribute?)
             render(value)
           else
             Presenter.for(value).to_s
           end
    [label, html]
  end

- tuples.each do |label, html|
  dt= label
  dd= html

Version data entries

166 entries across 166 versions & 1 rubygems

Version Path
renalware-core-2.0.104 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.103 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.102 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.101 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.100 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.99 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.98 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.97 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.96 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.95 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.94 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.93 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.92 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.91 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.90 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.89 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.88 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.87 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.86 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.85 app/views/renalware/shared/_attributes_list.html.slim