add logout link to OpenRefine index view

This commit is contained in:
Michał Najborowski 2022-01-30 21:15:07 +01:00
parent f6e4a1f7e4
commit 5ac24962c5
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<div id="header">
<img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" />
<span id="slogan"></span>
<a href="./logout">Logout</a>
</div>
<div id="left-panel" class="main-layout-panel"><div id="left-panel-body">

View File

@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-style: italic;
font-size: 110%;
color: @near_black;
white-space: nowrap;
}
#left-panel-body {