From d6b096c2e959a173977b7d5fd48191d028d60ad6 Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Tue, 29 Sep 2015 15:51:37 +0200 Subject: [PATCH] Removed acronym from mandatory fields --- views/software_communities_plugin_myprofile/_main_software_editor_extras.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/software_communities_plugin_myprofile/_main_software_editor_extras.html.erb b/views/software_communities_plugin_myprofile/_main_software_editor_extras.html.erb index a40b62d..45edfc1 100644 --- a/views/software_communities_plugin_myprofile/_main_software_editor_extras.html.erb +++ b/views/software_communities_plugin_myprofile/_main_software_editor_extras.html.erb @@ -5,7 +5,7 @@
> - <%= label_tag("software[acronym]", _('Short Name'), {:class => 'formlabel mandatory'}) %> + <%= label_tag("software[acronym]", _('Short Name'), {:class => 'formlabel'}) %> <%= text_field_tag("software[acronym]", @profile.software_info.acronym, :id => 'software_acronym_id', :maxlength=>"10") %>
-- libgit2 0.21.2