From 13b38e8433ff499c6221aa54bb487bd9d45aea18 Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Thu, 16 Oct 2014 09:30:02 -0300 Subject: [PATCH] Add message "It is a software of..." in finality field --- views/mpog_software_plugin_myprofile/new_software.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mpog_software_plugin_myprofile/new_software.html.erb b/views/mpog_software_plugin_myprofile/new_software.html.erb index 81a1581..c51b0cd 100644 --- a/views/mpog_software_plugin_myprofile/new_software.html.erb +++ b/views/mpog_software_plugin_myprofile/new_software.html.erb @@ -37,7 +37,7 @@ <%= fields_for @software_info do |swf| %>
<%= swf.label("finality" ,_("Finality"), :class=>"formlabel") %> - <%= required swf.text_area(:finality, :cols => 40, :rows => 5, :maxlength => 100) %> + <%= required swf.text_area(:finality, :placeholder => _("It is a software of..."), :cols => 40, :rows => 5, :maxlength => 100) %> <%= content_tag(:small,_('Insert the finality'), :id => 'finality-balloon', :class => "helper-balloon") %>
<% end %> -- libgit2 0.21.2