mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
only show docs on self hosted
This commit is contained in:
parent
2ff7a1fdd5
commit
1e0dc92627
@ -44,9 +44,12 @@
|
|||||||
</li>
|
</li>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<li class="nav-item">
|
@if(GlobalSettings.SelfHosted)
|
||||||
<a class="nav-link" href="https://help.bitwarden.com/hosting/" target="_blank">Docs</a>
|
{
|
||||||
</li>
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="https://help.bitwarden.com/hosting/" target="_blank">Docs</a>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
</ul>
|
</ul>
|
||||||
@if(SignInManager.IsSignedIn(User))
|
@if(SignInManager.IsSignedIn(User))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user