💄 — Use customized instance name in <title>

This commit is contained in:
Luc Didry 2019-11-07 09:48:11 +01:00
parent 7402687d0e
commit 441400f0ef
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ Revision history for Lufi
?.??.? ????-??-??
- Now can send large files (>2Gio) while using a DB other than SQLite (#165)
- Use customized instance name in <title>
0.04.5 2019-10-14
- Update german language

View File

@ -4,7 +4,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Let's Upload that FIle</title>
<title><%= config('instance_name') %></title>
<meta charset="utf-8">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
@ -25,7 +25,7 @@
<body>
<nav class="cyan">
<div class="nav-wrapper container">
<a href="<%= url_for('/') %>" class="brand-logo">&nbsp;<img src="<%= url_for('/img/lufi-min.png') %>" alt="logo"> <%= config('instance_name')%></a>
<a href="<%= url_for('/') %>" class="brand-logo">&nbsp;<img src="<%= url_for('/img/lufi-min.png') %>" alt="logo"> <%= config('instance_name') %></a>
<a href="#" data-activates="mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="<%= $self->config('report') %>"><%= l('Report file') %></a></li>