mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 00:06:01 +08:00
修改is_mirror
This commit is contained in:
@@ -86,7 +86,13 @@ class UsersController < ApplicationController
|
||||
end
|
||||
|
||||
# 个人主页信息
|
||||
def homepage_info;end
|
||||
def homepage_info
|
||||
#待办事项,现在未做
|
||||
@undo_events = 10
|
||||
#用户的组织数量
|
||||
# @user_composes_count = @user.composes.size
|
||||
@user_composes_count = 10
|
||||
end
|
||||
|
||||
def brief_introduction
|
||||
content = params[:content].to_s.strip
|
||||
|
||||
Reference in New Issue
Block a user