diff --git a/app/views/shared/_tag_line.html.erb b/app/views/shared/_tag_line.html.erb
index b90465f..a511bc7 100644
--- a/app/views/shared/_tag_line.html.erb
+++ b/app/views/shared/_tag_line.html.erb
@@ -5,6 +5,6 @@
<% end %>
<% unless tag_line.first? %><%= link_to icon(:arrow_up), :action => :move_higher, :id => tag_line %><% else %><%= image_tag 'transparent-icon.png' %><% end -%>
<% unless tag_line.last? %><%= link_to icon(:arrow_down), :action => :move_lower, :id => tag_line %><% else %><%= image_tag 'transparent-icon.png' %><% end -%>
- <%= link_to("#{icon(:add)}", {:action => :edit, :parent_id => tag_line}, {:title => 'Add a child tag under this tag.'}) %>
+ <%= link_to("#{icon(:add)}", {:action => :new, :parent_id => tag_line}, {:title => 'Add a child tag under this tag.'}) %>
<%= link_to("#{icon(:tag_blue_edit)}" , :action => :edit, :id => tag_line) -%>
<%= link_to(tag_line.title, {:controller => '/contacts' , 'included_tags[]' => tag_line}, {:title => "Search for contacts tagged with " + tag_line.title} ) %>