Skip to content

Commit

Permalink
Add logout link in JQAdm interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Aug 8, 2017
1 parent 16618eb commit e44cb5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/views/Jqadm/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@

</head>
<body>
<div class="app-menu" style="text-align: right; margin: 0 2.5%;">
<a class="logout" style="padding: 0.25rem 0.75rem; font-weight: bold" href="/logout">
Logout
</a>
</div>

{{content|raw}}

Expand Down

0 comments on commit e44cb5a

Please sign in to comment.