Sha256: 0a67428994cb820ef8613e3f0df93c275831880ceb73b9bff9a27c7ed09ed7c7

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

.form-show
  - form.visible_groups.each do |group|
    - if (fields = group.visible_fields).present?
      - if (values = group.values_without_blank).present?
        - unless group.name == :default 
          %h4= group.label
        - if group.help
          %p= group.help
        %dl.dl-horizontal
          - fields.each do |field|
            - unless values[field.name].nil?
              = field.render

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
basepack-0.0.2 app/views/forms/_show_without_blanks.html.haml