This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
FIX code review
tags/v3.0.3^2
jasder
5 years ago
parent
4643d2387c
commit
c67686bdf5
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/projects_controller.rb
+0
-1
config/routes.rb
+ 1
- 1
app/controllers/projects_controller.rb
View File
@@ -167,7 +167,7 @@ class ProjectsController < ApplicationController
end
def recommend
@projects = Project.recommend.includes(:repository, :project_category, :owner).limit(5)
@projects = Project.recommend.includes(:repository, :project_category, :owner).
order(id: :desc).
limit(5)
end
def about
+ 0
- 1
config/routes.rb
View File
@@ -392,7 +392,6 @@ Rails.application.routes.draw do
get :files
get :detail
get :archive
get :top_counts
get :entries
match :sub_entries, :via => [:get, :put]
get :commits
Write
Preview
Loading…
Cancel
Save