ol.breadcrumb li.active Configurações = form_for(@configuracao, url: configuracoes_path, method: :put, html:{ class: "form-horizontal" }, role: "form" ) do |f| .clearfix ul id="tabs1" class="nav nav-tabs pull-left" li class="#{'active' if params[:evento_contabil].blank?}" a data-target="#gerais" data-toggle="tab" aria-expanded="true" ' Gerais li class="" a data-target="#parametrizacoes" data-toggle="tab" aria-expanded="true" ' Parametrizações li class="" a data-target="#customizacoes" data-toggle="tab" aria-expanded="true" ' Customizações li class="" a data-target="#modulos" data-toggle="tab" aria-expanded="true" ' Módulos li class="" a data-target="#portal_da_transparencia" data-toggle="tab" aria-expanded="true" ' Portal da Transparência li class="" a data-target="#acesso" data-toggle="tab" aria-expanded="true" ' Acesso #tabs1c.tab-content.mb-lg .tab-pane.clearfix id="gerais" class="#{'active' if params[:evento_contabil].blank?}" == render 'gerais', f: f .tab-pane.clearfix id="parametrizacoes" class="" == render 'parametrizacoes', f: f .tab-pane.clearfix id="customizacoes" class="" == render 'customizacoes', f: f - if current_usuario.master? .tab-pane.clearfix id="modulos" class="" == render 'modulos', f: f - if current_usuario.administrador? .tab-pane.clearfix id="portal_da_transparencia" class="" == render 'portal_da_transparencia', f: f - if current_usuario.desenvolvedor? .tab-pane.clearfix id="acesso" class="" == render 'acesso', f: f .form-actions .row.flex-row-center = f.submit "Salvar", class: "btn btn-primary"