mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
Renamed jetstream team to organization
This commit is contained in:
@@ -72,12 +72,12 @@ const logout = () => {
|
||||
|
||||
<template #content>
|
||||
<div class="w-60">
|
||||
<!-- Team Management -->
|
||||
<!-- Organization Management -->
|
||||
<div class="block px-4 py-2 text-xs text-gray-400">
|
||||
Manage Team
|
||||
</div>
|
||||
|
||||
<!-- Team Settings -->
|
||||
<!-- Organization Settings -->
|
||||
<DropdownLink :href="route('teams.show', $page.props.auth.user.current_team)">
|
||||
Team Settings
|
||||
</DropdownLink>
|
||||
@@ -86,7 +86,7 @@ const logout = () => {
|
||||
Create New Team
|
||||
</DropdownLink>
|
||||
|
||||
<!-- Team Switcher -->
|
||||
<!-- Organization Switcher -->
|
||||
<template v-if="$page.props.auth.user.all_teams.length > 1">
|
||||
<div class="border-t border-gray-200 dark:border-gray-600" />
|
||||
|
||||
@@ -229,7 +229,7 @@ const logout = () => {
|
||||
</ResponsiveNavLink>
|
||||
</form>
|
||||
|
||||
<!-- Team Management -->
|
||||
<!-- Organization Management -->
|
||||
<template v-if="$page.props.jetstream.hasTeamFeatures">
|
||||
<div class="border-t border-gray-200 dark:border-gray-600" />
|
||||
|
||||
@@ -237,7 +237,7 @@ const logout = () => {
|
||||
Manage Team
|
||||
</div>
|
||||
|
||||
<!-- Team Settings -->
|
||||
<!-- Organization Settings -->
|
||||
<ResponsiveNavLink :href="route('teams.show', $page.props.auth.user.current_team)" :active="route().current('teams.show')">
|
||||
Team Settings
|
||||
</ResponsiveNavLink>
|
||||
@@ -246,7 +246,7 @@ const logout = () => {
|
||||
Create New Team
|
||||
</ResponsiveNavLink>
|
||||
|
||||
<!-- Team Switcher -->
|
||||
<!-- Organization Switcher -->
|
||||
<template v-if="$page.props.auth.user.all_teams.length > 1">
|
||||
<div class="border-t border-gray-200 dark:border-gray-600" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user