Sha256: 6a6e96b345eaed73bce71b1da73ecaa6a85cfd899e69dd3b556179df1ba64e5f

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

-# This template renders a profile section ul.
-# Locals:
-#   section                 ProfileSection
-#   profile_field_options   Hash

%ul.attributes.profile_fields
  - section.profile_fields.each do |profile_field|
    = profile_field_li(profile_field, profile_field_options)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/profiles/_profile_section_ul.html.haml
your_platform-1.0.0 app/views/profiles/_profile_section_ul.html.haml
your_platform-0.0.2 app/views/profiles/_profile_section_ul.html.haml