Browse Source

Merge branch 'develop' of https://gitlink.org.cn/yystopf/forgeplus into develop

pull/347/head
yystopf 2 years ago
parent
commit
f61393f34a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/controllers/repositories_controller.rb

+ 1
- 0
app/controllers/repositories_controller.rb View File

@@ -61,6 +61,7 @@ class RepositoriesController < ApplicationController
@entries = @entries.present? ? @entries.sort_by{ |hash| hash['type'] } : []
@path = GiteaService.gitea_config[:domain]+"/#{@project.owner.login}/#{@project.identifier}/raw/branch/#{@ref}/"
end
return render_not_found if @entries.blank?
end
def top_counts


Loading…
Cancel
Save