Commit 13b38e8433ff499c6221aa54bb487bd9d45aea18
Committed by
Fabio Teixeira
1 parent
b1dc2831
Exists in
master
and in
5 other branches
Add message "It is a software of..." in finality field
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/mpog_software_plugin_myprofile/new_software.html.erb
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | <%= fields_for @software_info do |swf| %> | 37 | <%= fields_for @software_info do |swf| %> |
38 | <div class="formfield type-text"> | 38 | <div class="formfield type-text"> |
39 | <%= swf.label("finality" ,_("Finality"), :class=>"formlabel") %> | 39 | <%= swf.label("finality" ,_("Finality"), :class=>"formlabel") %> |
40 | - <%= required swf.text_area(:finality, :cols => 40, :rows => 5, :maxlength => 100) %> | 40 | + <%= required swf.text_area(:finality, :placeholder => _("It is a software of..."), :cols => 40, :rows => 5, :maxlength => 100) %> |
41 | <%= content_tag(:small,_('Insert the finality'), :id => 'finality-balloon', :class => "helper-balloon") %> | 41 | <%= content_tag(:small,_('Insert the finality'), :id => 'finality-balloon', :class => "helper-balloon") %> |
42 | </div> | 42 | </div> |
43 | <% end %> | 43 | <% end %> |