mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
change errors
This commit is contained in:
@@ -8,8 +8,8 @@ class RepositoriesController < ApplicationController
|
||||
before_action :find_repository_by_id, only: %i[commit sync_mirror tags]
|
||||
before_action :authorizate_user_can_edit_repo!, only: %i[sync_mirror]
|
||||
before_action :get_ref, only: %i[entries sub_entries top_counts]
|
||||
before_action :get_latest_commit, only: %i[entries sub_entries top_counts]
|
||||
before_action :get_statistics, only: %i[top_counts]
|
||||
before_action :get_latest_commit, %i[entries sub_entries top_counts]
|
||||
|
||||
def show
|
||||
@user = current_user
|
||||
|
||||
Reference in New Issue
Block a user