From 74a7d6a4f6ebf60e1c6173a4abc41eff1473575e Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Wed, 15 Oct 2014 14:39:26 -0300 Subject: [PATCH] Show errors messages in edit software view --- views/mpog_software_plugin_myprofile/edit_software.html.erb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/views/mpog_software_plugin_myprofile/edit_software.html.erb b/views/mpog_software_plugin_myprofile/edit_software.html.erb index 2f6199b..ce11fbb 100644 --- a/views/mpog_software_plugin_myprofile/edit_software.html.erb +++ b/views/mpog_software_plugin_myprofile/edit_software.html.erb @@ -1,5 +1,7 @@ <% tabs = [] %> +<%= error_messages_for :software_info %> + <%= labelled_form_for :mpog_software_plugin_myprofile, :html => { :multipart => true, :id => 'edit-form' } do |f| %> <% tabs << {:title => _("Basic"), :id => 'basic-info', -- libgit2 0.21.2