ol.breadcrumb li = link_to "Projetos Básicos", licitacao_projetos_path, class: "link_breadcrumb" li.active = "#{@projeto.id}" .widget .widget-body = form_for(@projeto, url: cancelar_licitacao_projeto_path(@projeto), html: { class: "form-vertical" }, method: :patch, role: "form" ) do |f| fieldset .form-group .row .col-sm-12 = f.label :motivo_do_cancelamento, "Motivo do Cancelamento*", class: "control-label" = f.text_area :motivo_do_cancelamento, placeholder: nil, class: "form-control" , rows: 5, required: true = error_for @projeto, :motivo_do_cancelamento .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(@projeto), class: "btn btn-default"