提交 fee1f2e0 编写于 作者: D Dmitriy Zaporozhets

Fix atom feed for user page

上级 99682502
......@@ -21,7 +21,12 @@ class UsersController < ApplicationController
respond_to do |format|
format.html
format.atom { render layout: false }
format.atom do
load_events
render layout: false
end
format.json do
load_events
pager_json("events/_events", @events.count)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册