Commit d6b096c2e959a173977b7d5fd48191d028d60ad6

Authored by Luciano Prestes
Committed by Thiago Ribeiro
1 parent 28ca885d

Removed acronym from mandatory fields

Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
views/software_communities_plugin_myprofile/_main_software_editor_extras.html.erb
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 </div> 5 </div>
6 6
7 <div class= <%= @error_software_acronym %> > 7 <div class= <%= @error_software_acronym %> >
8 - <%= label_tag("software[acronym]", _('Short Name'), {:class => 'formlabel mandatory'}) %> 8 + <%= label_tag("software[acronym]", _('Short Name'), {:class => 'formlabel'}) %>
9 <%= text_field_tag("software[acronym]", @profile.software_info.acronym, :id => 'software_acronym_id', :maxlength=>"10") %> 9 <%= text_field_tag("software[acronym]", @profile.software_info.acronym, :id => 'software_acronym_id', :maxlength=>"10") %>
10 </div> 10 </div>
11 11