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.1.1 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.1.0 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.167 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.166 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.165 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.164 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.163 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.162 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.161 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.160 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.159 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.158 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.157 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.156 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.155 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.153 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.152 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.151 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.149 app/views/renalware/shared/_attributes_list.html.slim
renalware-core-2.0.148 app/views/renalware/shared/_attributes_list.html.slim