remove link to remote

This commit is contained in:
albert
2013-01-06 13:35:43 -05:00
parent 5789b54613
commit 5393a3c556

View File

@@ -12,6 +12,8 @@ module AdvertisementsHelper
:height => @advertisement.height :height => @advertisement.height
), ),
advertisement_hits_path(:advertisement_id => @advertisement.id), advertisement_hits_path(:advertisement_id => @advertisement.id),
:remote => true,
:method => :post,
:style => "margin-bottom: 1em;" :style => "margin-bottom: 1em;"
) )
) )