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/v1
Jasder
6 years ago
parent
f64243d188
commit
03448c76f3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/services/gitea/repository/tags/list_service.rb
+ 2
- 2
app/services/gitea/repository/tags/list_service.rb
View File
@@ -21,11 +21,11 @@ class Gitea::Repository::Tags::ListService < Gitea::ClientService
end
def set_page
(params[:page] ||
1
).to_i
(params[:page] ||
PAGINATE_DEFAULT_PAGE
).to_i
end
def set_limit
(params[:limit] ||
50
).to_i
(params[:limit] ||
PAGINATE_DEFAULT_LIMIT
).to_i
end
def url
Write
Preview
Loading…
Cancel
Save