mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +08:00
10 lines
364 B
Text
10 lines
364 B
Text
<% tabs = [
|
|
(["User Management", @project.path + "/user"] if has_project_permission("Project:user")),
|
|
(
|
|
if has_project_permission("Project:viewaccess")
|
|
["Access Control", @project.path + "/user/access-control", request.path.include?("/user/access-control")]
|
|
end
|
|
)
|
|
]
|
|
tabs.compact! %>
|
|
<%== part("components/tabbar", tabs:) if tabs.length >= 2 %>
|