section.widget .widget-body == render 'card_detalhes_da_medicao' = form_for( @medicao_da_obra, url: url_for(action: 'atualizar_itens_do_servico_externo', controller: 'contabilidade/medicoes_da_obra'), html: { class: "form-vertical" }, role: "form" ) do |f| br .form-group .row .col-sm-12 fieldset legend strong ' Atualizar Serviços da Medição .table-responsive table.table.table-bordered.table-hover thead tr th.align-center width="100" Cód. th.align-center width="40%" Item do Serviço th.align-center width="100" Und. Med. th.align-center width="100" Qtd. Saldo th width="10%" Qtd. Medida th width="12%" Valor Unit. Medido th width="12%" Valor Total Medido th.align-center width="10%" Opções tbody#itens_do_servico_da_medicao_da_obra = f.fields_for :itens_do_servico_da_medicao_da_obra do |item_do_servico_da_medicao_da_obra| = render 'item_do_servico_da_medicao_da_obra_fields', f: item_do_servico_da_medicao_da_obra, itens_do_servico_da_medicao_da_obra: @itens_do_servico_da_medicao_da_obra = error_for @medicao_da_obra, :itens_do_servico_da_medicao_da_obra tfoot tr td colspan=6 b Total Medido do Serviço td.moeda#total style="font-weight: bold;" td tr td colspan=6 b % Medida dos Itens do Serviço td#porcentagem_medida_sobre_servico style="font-weight: bold;" td .form-actions .row .col-sm-12 = f.submit "Salvar", class: "btn btn-primary" = link_to "Cancelar", contabilidade_show_medicao_path(@medicao_da_obra), class: "btn btn-default"