mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
Notifications don't 500 anymore, but I don't know how to make it render the mobile view.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
class NotificationsController < VannaController
|
||||
include NotificationsHelper
|
||||
|
||||
include ActionController::MobileFu
|
||||
has_mobile_fu
|
||||
|
||||
def update(opts=params)
|
||||
note = Notification.where(:recipient_id => current_user.id, :id => opts[:id]).first
|
||||
if note
|
||||
|
||||
Reference in New Issue
Block a user