From a4819142a0832c9f70375b8893e685da546febef Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Fri, 6 Mar 2015 09:38:41 -0300 Subject: [PATCH] Small fixes on views --- views/blocks/categories_software.html.erb | 6 ------ views/software_communities_plugin_myprofile/new_software.html.erb | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/views/blocks/categories_software.html.erb b/views/blocks/categories_software.html.erb index eec2df3..98389a3 100644 --- a/views/blocks/categories_software.html.erb +++ b/views/blocks/categories_software.html.erb @@ -2,12 +2,6 @@

<%= _("See more Software") %>

-
diff --git a/views/software_communities_plugin_myprofile/new_software.html.erb b/views/software_communities_plugin_myprofile/new_software.html.erb index b8d6de0..dec65d7 100644 --- a/views/software_communities_plugin_myprofile/new_software.html.erb +++ b/views/software_communities_plugin_myprofile/new_software.html.erb @@ -39,7 +39,7 @@

- <%= label("domain", _('Domain')) %> + <%= label("domain", _('Domain'), {:class => "formlabel mandatory"}) %>
<%= environment.default_hostname %>/ @@ -48,7 +48,7 @@ <%= fields_for @software_info do |swf| %>
- <%= swf.label("finality" ,_("Finality"), :class=>"formlabel") %> + <%= swf.label("finality" ,_("Finality"), :class=>"formlabel mandatory") %> <%= required swf.text_area(:finality, :placeholder => _("What is the software for?"), :maxlength => 120) %>
<% end %> @@ -65,7 +65,7 @@
-