ol.breadcrumb li = link_to "Funções", base_funcoes_path, class: "link_breadcrumb" li.active = @base_funcao.nome.to_s .widget .widget-body h3.show-header span.fw-semi-bold =< "#{@base_funcao.codigo} - #{@base_funcao.nome}" .widget header | Lista de span.fw-semi-bold Subfunções .widget-body - if @base_funcao.subfuncoes.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Nome th Código th[width="90"] tbody - @base_funcao.subfuncoes.each do |base_sub_funcao| tr td = base_sub_funcao.nome td = base_sub_funcao.codigo