mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
Fix the remaining actions in RefsController
This commit is contained in:
@@ -69,6 +69,6 @@ class RefsController < ApplicationController
|
||||
end
|
||||
|
||||
def ref
|
||||
@ref = params[:ref]
|
||||
@ref = params[:id] || params[:ref]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user