diff --git a/app/views/tag_aliases/new.html.erb b/app/views/tag_aliases/new.html.erb index e72e8fb9e..7c48afc0a 100644 --- a/app/views/tag_aliases/new.html.erb +++ b/app/views/tag_aliases/new.html.erb @@ -1,6 +1,9 @@

New Tag Alias

+ + <%= error_messages_for :tag_alias %> + <%= simple_form_for(@tag_alias) do |f| %> <%= f.input :status, :value => "pending", :as => :hidden %> <%= f.input :antecedent_name, :as => :string, :label => "From" %> diff --git a/app/views/tag_implications/new.html.erb b/app/views/tag_implications/new.html.erb index 67c4f6d92..5e4d1952e 100644 --- a/app/views/tag_implications/new.html.erb +++ b/app/views/tag_implications/new.html.erb @@ -1,6 +1,9 @@

New Tag Implication

+ + <%= error_messages_for :tag_implication %> + <%= simple_form_for(@tag_implication) do |f| %> <%= f.input :status, :value => "pending", :as => :hidden %> <%= f.input :antecedent_name, :label => "From" %>