app/controllers/muck/activities_controller.rb in muck-activities-0.1.19 vs app/controllers/muck/activities_controller.rb in muck-activities-0.1.20
- old
+ new
@@ -126,12 +126,12 @@
end
end
protected
- def get_activities_html(activities)
+ def get_activities_html(activities, limited = false)
render_as_html do
- render_to_string(:partial => "activities/cached_activities", :locals => {:activities => @activities})
+ render_to_string(:partial => "activities/cached_activities", :locals => {:activities => @activities, :limited => limited})
end
end
def get_status_html(activity)
render_as_html do
\ No newline at end of file