ol.breadcrumb li = link_to "Projetos Básicos", licitacao_projetos_path, class: "link_breadcrumb" li = link_to @lote.projeto.pedido.try(:numero), licitacao_projetos_path, class: "link_breadcrumb" li.active Anular .widget .widget-body = form_for(@item_do_lote, url: url_for(controller: 'lotes', action: :anular_item), html: { class: "form-vertical" }, method: :patch, role: "form" ) do |f| fieldset .form-group .row .col-sm-12 = f.label :motivo_da_anulacao, "Motivo da Anulação*", class: "control-label" = f.text_area :motivo_da_anulacao, placeholder: nil, class: "form-control", :rows => 5 = error_for @item_do_lote, :motivo_da_anulacao .form-group h6 ' (*) Campos Obrigatórios .form-actions .row .col-sm-12 = f.submit "Confirmar", class: "btn btn-primary" = link_to "Voltar", licitacao_projeto_path(@lote.projeto), class: "btn btn-default"