From b1a2a1aea1b509e20dc5ae51a24f93ba4e6c9d9f Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 27 Feb 2015 10:46:10 -0300 Subject: [PATCH] fixing feedback --- app/views/layouts/application-ng.html.erb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/views/layouts/application-ng.html.erb b/app/views/layouts/application-ng.html.erb index 7c01a39..fa21f5d 100644 --- a/app/views/layouts/application-ng.html.erb +++ b/app/views/layouts/application-ng.html.erb @@ -85,6 +85,7 @@ + @@ -102,7 +103,7 @@ highlightBlackoutHelp: "Você pode destacar informações úteis ou ocultar informações sensíveis.", blackoutButtonLabel: "Ocultar", highlightButtonLabel: "Destacar", - messageSuccess: "O seu feedback foi enviado com sucesso!", + messageSuccess: "O seu relato foi enviado com sucesso!", messageError: "Houve um erro ao enviar o feedback...", pages: [ new window.Feedback.Form([ @@ -117,18 +118,13 @@ type: "starrating", name: "starrating", label: "Avalie", - options: ["1", "2", "3", "4", "5"] + options: ["1", "2", "3", "4", "5"], + required: true }, { type: "textarea", name: "observacao", label: "Observação" - }, - { - type: "hidden", - name: "situacao", - value: "aberto", - review: false } ] ), -- libgit2 0.21.2