modify relationship preview js

This commit is contained in:
Toks
2013-04-29 17:10:33 -04:00
parent 4775535c11
commit e1c34df22e
2 changed files with 16 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ module PostsHelper
html << " (#{link_to("learn more", wiki_pages_path(:title => "help:post_relationships"))}) "
html << link_to("show &raquo;".html_safe, "#", :id => "has-parent-relationship-preview-link")
html << link_to("&laquo; hide".html_safe, "#", :id => "has-parent-relationship-preview-link")
html.html_safe
end
@@ -70,7 +70,7 @@ module PostsHelper
html << " (#{link_to("learn more", wiki_pages_path(:title => "help:post_relationships"))}) "
html << link_to("show &raquo;".html_safe, "#", :id => "has-children-relationship-preview-link")
html << link_to("&laquo; hide".html_safe, "#", :id => "has-children-relationship-preview-link")
html.html_safe
end