From 572d50191755b1cf9b68b62e11060e91f3833588 Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro Date: Thu, 3 Dec 2015 18:28:21 -0200 Subject: [PATCH] Fix css/html in institution modal --- src/noosfero-spb/software_communities/views/comments_extra_fields.html.erb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/noosfero-spb/software_communities/views/comments_extra_fields.html.erb b/src/noosfero-spb/software_communities/views/comments_extra_fields.html.erb index a4b2b74..604a1e0 100644 --- a/src/noosfero-spb/software_communities/views/comments_extra_fields.html.erb +++ b/src/noosfero-spb/software_communities/views/comments_extra_fields.html.erb @@ -1,4 +1,4 @@ -
+
<%= _("Additional informations") %> @@ -7,17 +7,17 @@
-
- <%= label_tag "comments_people_benefited", _("Number of Beneficiaries")%> - - <%= text_field_tag "people_benefited_tmp", "" %> - <%= hidden_field_tag "organization_rating[people_benefited]", "" %> -
+
+
+ <%= label_tag "comments_people_benefited", _("Number of Beneficiaries")%> + + <%= text_field_tag "organization_rating[people_benefited]", "" %> +
-
- <%= label_tag "comments_saved_value", _("Saved Resources")%> - - <%= text_field_tag "saved_value_tmp", "", :placeholder=>"R$" %> - <%= hidden_field_tag "organization_rating[saved_value]","" %> +
+ <%= label_tag "comments_saved_value", _("Saved resources")%> + + <%= text_field_tag "organization_rating[saved_value]", "", :placeholder=>"R$"%> +
-- libgit2 0.21.2