Skip to content

Commit

Permalink
fix "add under this tag" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed Jun 25, 2009
1 parent 6e18347 commit 0c71e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_tag_line.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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) -%>
</span><%= link_to(tag_line.title, {:controller => '/contacts' , 'included_tags[]' => tag_line}, {:title => "Search for contacts tagged with " + tag_line.title} ) %>

0 comments on commit 0c71e16

Please sign in to comment.