Sha256: 87e42638df902a567efa186d4ce12eff8f7b60fc0b1c15f551b229b3fb9db4c5

Contents?: true

Size: 286 Bytes

Versions: 21

Compression:

Stored size: 286 Bytes

Contents

- if value = f.object.send(field.name)
  - return if @quick_edit and field.display_type == :primary_key
  = node f, field do
    - if field.display_type == :primary_key
      %strong= value
    - elsif field.display_type == :date
      = l value, format: :long
    - else
      = value

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bhf-0.10.13 app/views/bhf/form/column/_static.html.haml