hey nathan,
this is the template. error was in line 10 from
render_locationbookmark_icon. but i got line 12 mentionedfrom
render_locationsbookmarks(bookmark):
....................................................................................................
#controlsContent
= error_messages_for :locationbookmark, :object => @locationbookmark
%ul
=# render :partial => "filter/filter_item", :collection =>
@filters
- @locationbookmarks.each do |bookmark|
%li.controlsItem
.icon
= render(:partial => "site/
tab_modal_locationbookmark", :locals => { :bookmark => bookmark })
= render_locationbookmark_icon
.text
= render_locationbookmarks(bookmark)
#controlsFooter
%ul
%li
=# link_to_remote "ALL", :url => { :controller =>
"site", :action => "show_filters", :type =>
FilterHelper::FILTER_TYPE_ALL } \/
%li
= link_to_remote "LOC", :url => { :controller =>
"site", :action => "show_my_locationbookmarks"}
\/
%li
= link_to_remote "USERS", :url => { :controller =>
"site", :action => "show_my_userbookmarks"}
\/
%li
= link_to_remote "EVENTS", :url => { :controller =>
"site", :action => "show_my_eventbookmarks"}
= will_paginate @locationbookmarks, :renderer =>
'RemoteLinkRenderer', :params => {:controller => "site", :action =>
'show_my_locationbookmarks'}