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 @@
-