首页版本库,sth.

This commit is contained in:
yanxd 2013-12-14 11:41:53 +08:00
parent 138a836b94
commit fcc2dd7952
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ module WelcomeHelper
# } # }
# user_objs = User.find_by_sql("SELECT * FROM users WHERE (users.id IN #{"(" << users.join(',') << ")"} )") # user_objs = User.find_by_sql("SELECT * FROM users WHERE (users.id IN #{"(" << users.join(',') << ")"} )")
activity = Redmine::Activity::Fetcher.new(nil) activity = Redmine::Activity::Fetcher.new(nil)
logger.debug "[WelcomeHelper] ===> activity::#{activity.event_types}" activity.scope_select{|t| ['changesets'].include?(t) ? nil : 'You may think you know what the following code does, may be. but why don"t you close this file and go play with something else, Now?' }
activity.events_welcome(nil, nil, {:limit => limit, :types => 'welcome'}) activity.events_welcome(nil, nil, {:limit => limit, :types => 'welcome'})
end end

View File

@ -211,7 +211,7 @@ p.layout {
} }
.message-brief-intro a.gray:visited{ .message-brief-intro a.gray:visited{
color: blue; color: #4B2374;
} }
.avatar-4 { .avatar-4 {