diff --git a/plugins/notification/controllers/notification_plugin_profile_controller.rb b/plugins/notification/controllers/notification_plugin_profile_controller.rb index 95cb5d8..80c5804 100644 --- a/plugins/notification/controllers/notification_plugin_profile_controller.rb +++ b/plugins/notification/controllers/notification_plugin_profile_controller.rb @@ -12,8 +12,9 @@ class NotificationPluginProfileController < ProfileController if request.xhr? render :partial => 'event', :collection => @events + else + render :file => 'notification_plugin_profile/lobby_notes', :layout => 'embed' end - render :file => 'notification_plugin_profile/lobby_notes', :layout => 'embed' end def index -- libgit2 0.21.2