#projetoDetalhe .mb-3= render partial: '/pages/breadcrumbs' .container %article.bgWhite %header .row.align-items-end.border-left.no-gutters.mb-5 - if content.respond_to?(:sections) && content.sections.present? = render '/contents/assets/badget_pilars', sections: content.sections .col-sm-12.col-md-9.ml-4.mt-4.text-uppercase %h4= t("activerecord.models.#{content.type.underscore}.other") - if content.respond_to?(:image) && content.image.present? .col-sm-12.col-md-9 %figure = image_tag content.image_url, :alt => content.title, :class => 'figure-img img-fluid', :title => content.title .col-sm-12.col-md-9.ml-4.mt-2 %h1.title.mt-4.mb-md-5= content.title - if content.respond_to?(:link) && content.link.present? %a.btn.btn-secondary.btn-md{ 'href' => content.project_info.link, 'target' => '_blank' } Acesse o projeto .row .col-1 .line-top .col-11.content = content.content.html_safe .col-12.text-center - if content.respond_to?(:link) && content.link.present? %a.btn.btn-secondary.btn-lg{ 'href' => content.project_info.link, 'target' => '_blank' } Acesse o projeto .container .row .col-12 %hr.mt-4.mb-5 .col-sm-12.col-md-6 = render '/contents/assets/social_bar', content: content .col-sm-12.col-md-6.text-md-right.my-4.my-md-1 = link_to 'Voltar para ' + t("activerecord.models.#{content.type.underscore}.other"), projects_path