Sha256: f83944bf12736591591edc2871a936ca3f819a6ca341b61f8b37156b2733f2f5

Contents?: true

Size: 674 Bytes

Versions: 13

Compression:

Stored size: 674 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

13 entries across 13 versions & 1 rubygems

Version Path
bhf-0.10.13 app/views/bhf/entries/show.html.haml
bhf-0.10.12 app/views/bhf/entries/show.html.haml
bhf-0.10.11 app/views/bhf/entries/show.html.haml
bhf-0.10.10 app/views/bhf/entries/show.html.haml
bhf-0.10.9 app/views/bhf/entries/show.html.haml
bhf-0.9.9 app/views/bhf/entries/show.html.haml
bhf-0.9.8 app/views/bhf/entries/show.haml
bhf-0.9.7 app/views/bhf/entries/show.haml
bhf-0.9.6 app/views/bhf/entries/show.haml
bhf-0.9.5 app/views/bhf/entries/show.haml
bhf-0.9.4 app/views/bhf/entries/show.haml
bhf-0.9.3 app/views/bhf/entries/show.haml
bhf-0.9.2 app/views/bhf/entries/show.haml