Commit 74a7d6a4f6ebf60e1c6173a4abc41eff1473575e

Authored by Luciano Prestes
Committed by Fabio Teixeira
1 parent b84cd1d6

Show errors messages in edit software view

Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
views/mpog_software_plugin_myprofile/edit_software.html.erb
1 1 <% tabs = [] %>
2 2  
  3 +<%= error_messages_for :software_info %>
  4 +
3 5 <%= labelled_form_for :mpog_software_plugin_myprofile, :html => { :multipart => true, :id => 'edit-form' } do |f| %>
4 6  
5 7 <% tabs << {:title => _("Basic"), :id => 'basic-info',
... ...