Sha256: 4af7e2d64905370223290bee215673d667b3288ed0e04d912f4294e317112816

Contents?: true

Size: 598 Bytes

Versions: 24

Compression:

Stored size: 598 Bytes

Contents

- index_path = caminho_modelo(:index)
- item = instance_variable_get("@#{@model_presenter.model_name}")
.gray_border.with_margin_bottom
  %h1= t("#{@model_presenter.model_name}.exibir")
.action_back
  = link_to t('back'), index_path, class: 'back_link'

.show-content
  - @model_presenter.form_for(:show).lines.each do |line|
    .row
      - line.each do |field|
        .wrapper_show{class: "col-md-#{field.size}"}
          %label="#{t("activerecord.attributes.#{@model_presenter.full_model_name}.#{field.name}")}:"
          .value
            = field_to_show @model_presenter,field.name,item

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
carnival-0.0.55 app/views/carnival/base_admin/show.html.haml
carnival-0.0.54 app/views/carnival/base_admin/show.html.haml
carnival-0.0.53 app/views/carnival/base_admin/show.html.haml
carnival-0.0.52 app/views/carnival/base_admin/show.html.haml
carnival-0.0.51 app/views/carnival/base_admin/show.html.haml
carnival-0.0.50 app/views/carnival/base_admin/show.html.haml
carnival-0.0.49 app/views/carnival/base_admin/show.html.haml
carnival-0.0.48 app/views/carnival/base_admin/show.html.haml
carnival-0.0.47 app/views/carnival/base_admin/show.html.haml
carnival-0.0.45 app/views/carnival/base_admin/show.html.haml
carnival-0.0.44 app/views/carnival/shared/form/show.html.haml
carnival-0.0.43 app/views/carnival/shared/form/show.html.haml
carnival-0.0.42 app/views/carnival/shared/form/show.html.haml
carnival-0.0.41 app/views/carnival/shared/form/show.html.haml
carnival-0.0.40 app/views/carnival/shared/form/show.html.haml
carnival-0.0.39 app/views/carnival/shared/form/show.html.haml
carnival-0.0.38 app/views/carnival/shared/form/show.html.haml
carnival-0.0.37 app/views/carnival/shared/form/show.html.haml
carnival-0.0.36 app/views/carnival/shared/form/show.html.haml
carnival-0.0.35 app/views/carnival/shared/form/show.html.haml