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.62 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.61 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.60 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.58 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.57 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.56 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.55 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.54 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.53 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.52 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.51 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.50 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.48 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.47 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.46 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.45 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.44 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.43 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.42 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.41 app/views/renalware/shared/_attributes_list.html.slim