Sha256: 58621fb2a420587e1bd3a9169c654336d102f5972226fea6496d05d3b8f8ef0c

Contents?: true

Size: 700 Bytes

Versions: 20

Compression:

Stored size: 700 Bytes

Contents

%h3= show_t @platform
- if @platform.definitions.any?
  .dl.content_box
    - @platform.definitions.each do |column|
      - column_value = @object.send(column.name)
      - if ! column_value.blank?
        = definition_item @object, column do
          = render(partial: "bhf/table/#{column.macro}/#{column.show_type}",
            locals: {column_value: column_value,
              object: @object, link: false, add_quick_link: false})

- if @platform.show_extra_fields and @platform.show_extra_fields.any?
  .content_box
    - @platform.show_extra_fields.each do |name|
      = render(partial: "bhf/table/column/#{name}", locals: {name: name, object: @object, link: false, add_quick_link: false})

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
bhf-1.0.0.beta16 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta15 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta14 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta13 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta12 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta11 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta10 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta9 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta8 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta7 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta6 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta5 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta4 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta3 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta2 app/views/bhf/entries/show.html.haml
bhf-1.0.0.beta1 app/views/bhf/entries/show.html.haml
bhf-0.10.17 app/views/bhf/entries/show.html.haml
bhf-0.10.16 app/views/bhf/entries/show.html.haml
bhf-0.10.15 app/views/bhf/entries/show.html.haml
bhf-0.10.14 app/views/bhf/entries/show.html.haml