Jiří Bartušek
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
7 deletions
-
src/static/templates/admin/base.hbs
|
|
@ -1,10 +1,10 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
|
|
<html lang="cs"> |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
<title>Bitwarden_rs Admin Panel</title> |
|
|
|
<title>GUG Pass Administrace</title> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="/bwrs_static/bootstrap.css" /> |
|
|
|
<script src="/bwrs_static/bootstrap-native-v4.js"></script> |
|
|
@ -34,14 +34,14 @@ |
|
|
|
|
|
|
|
<body class="bg-light"> |
|
|
|
<nav class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top shadow"> |
|
|
|
<a class="navbar-brand" href="#">Bitwarden_rs</a> |
|
|
|
<a class="navbar-brand" href="#">GUG Pass</a> |
|
|
|
<div class="navbar-collapse"> |
|
|
|
<ul class="navbar-nav"> |
|
|
|
<li class="nav-item active"> |
|
|
|
<a class="nav-link" href="/admin">Admin Panel</a> |
|
|
|
<a class="nav-link" href="/admin">Administrační Panel</a> |
|
|
|
</li> |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link" href="/">Vault</a> |
|
|
|
<a class="nav-link" href="/">Sejf</a> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
@ -55,7 +55,7 @@ |
|
|
|
|
|
|
|
{{#if logged_in}} |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link" href="/admin/logout">Log Out</a> |
|
|
|
<a class="nav-link" href="/admin/logout">Odhlásit se</a> |
|
|
|
</li> |
|
|
|
{{/if}} |
|
|
|
</ul> |
|
|
@ -64,4 +64,4 @@ |
|
|
|
{{> (page_content) }} |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |
|
|
|
</html> |
|
|
|