Commit 74a7d6a4f6ebf60e1c6173a4abc41eff1473575e
Committed by
Fabio Teixeira
1 parent
b84cd1d6
Exists in
master
and in
5 other branches
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>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
views/mpog_software_plugin_myprofile/edit_software.html.erb
1 | <% tabs = [] %> | 1 | <% tabs = [] %> |
2 | 2 | ||
3 | +<%= error_messages_for :software_info %> | ||
4 | + | ||
3 | <%= labelled_form_for :mpog_software_plugin_myprofile, :html => { :multipart => true, :id => 'edit-form' } do |f| %> | 5 | <%= labelled_form_for :mpog_software_plugin_myprofile, :html => { :multipart => true, :id => 'edit-form' } do |f| %> |
4 | 6 | ||
5 | <% tabs << {:title => _("Basic"), :id => 'basic-info', | 7 | <% tabs << {:title => _("Basic"), :id => 'basic-info', |