summaryrefslogtreecommitdiff
path: root/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'helper.rb')
-rw-r--r--helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.rb b/helper.rb
index abcecd4..caa1923 100644
--- a/helper.rb
+++ b/helper.rb
@@ -16,7 +16,7 @@ helpers do
def hide_link(destination)
@link_id = 0 unless @link_id
@link_id += 1
- haml :js_link, :locals => {:name => "close", :destination => destination, :method => "hide"}, :layout => false
+ haml :js_link, :locals => {:name => "hide", :destination => destination, :method => "hide"}, :layout => false
end
def toggle_link(destination,name)