- 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