Show community name in admin panel title.

This commit is contained in:
baldo 2016-07-29 13:27:34 +02:00
commit 28a1db7c83
2 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" ng-app="ffffngAdmin">
<head>
<title>Knotenverwaltung - Admin-Panel</title>
<link rel="stylesheet" href="css/ng-admin.min.css">
@ -64,7 +64,7 @@
}
</style>
</head>
<body ng-app="ffffngAdmin">
<body>
<div ui-view></div>
<script src="js/moment-with-locales.min.js"></script>