# HG changeset patch # User luisf # Date 1368096543 -3600 # Node ID 052ea7c838f62415e8cc71287edb3689bcc5e269 # Parent 248631c56bdad18a6484928a4d44632ae3db8640# Parent b2f7f52a164df1962c97955d5c89f5fc8c2ec169 Merge cannam's latest changes. diff -r b2f7f52a164d -r 052ea7c838f6 plugins/redmine_bibliography/app/views/publications/_form.html.erb --- a/plugins/redmine_bibliography/app/views/publications/_form.html.erb Thu May 02 16:24:09 2013 +0100 +++ b/plugins/redmine_bibliography/app/views/publications/_form.html.erb Thu May 09 11:49:03 2013 +0100 @@ -1,4 +1,4 @@ -<%= f.error_messages %> +<%= error_messages_for 'publication' %>

<%= f.text_field :title, :required => true, :size => 70 %>