Commit 13b38e8433ff499c6221aa54bb487bd9d45aea18

Authored by Luciano Prestes
Committed by Fabio Teixeira
1 parent b1dc2831

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>
views/mpog_software_plugin_myprofile/new_software.html.erb
... ... @@ -37,7 +37,7 @@
37 37 <%= fields_for @software_info do |swf| %>
38 38 <div class="formfield type-text">
39 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 41 <%= content_tag(:small,_('Insert the finality'), :id => 'finality-balloon', :class => "helper-balloon") %>
42 42 </div>
43 43 <% end %>
... ...