Add title attribute with full path. Closes #85

pull/145/head
Maciej Winnicki 2018-10-23 12:12:45 +02:00
parent 6faeac0e06
commit 71f2114127
No known key found for this signature in database
GPG Key ID: 035AA4FA2183ADFA
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-sm-10">
<span class="navbar-brand">tail -f __TITLE__</span>
<span class="navbar-brand" title="__TITLE__">tail -f __TITLE__</span>
</div>
<div class="col-sm-2">
<form class="navbar-form-custom" role="search" onkeypress="return event.keyCode != 13;">