forked from Gitlink/forgeplus
流水线模板支持普通用户管理
This commit is contained in:
parent
0bf4949cea
commit
d36cb464b1
|
|
@ -1,5 +1,5 @@
|
|||
class Action::TemplatesController < ApplicationController
|
||||
before_action :require_admin, except: [:index]
|
||||
before_action :require_login, except: [:index]
|
||||
before_action :find_action_template, except: [:index, :create, :new]
|
||||
|
||||
def index
|
||||
|
|
|
|||
Loading…
Reference in New Issue