Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armando Lüscher
lufi
Commits
441400f0
Verified
Commit
441400f0
authored
Nov 07, 2019
by
Luc Didry
Browse files
💄
— Use customized instance name in <title>
parent
7402687d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
441400f0
...
...
@@ -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
...
...
themes/default/templates/layouts/default.html.ep
View file @
441400f0
...
...
@@ -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"
>
<img
src=
"<%= url_for('/img/lufi-min.png') %>"
alt=
"logo"
>
<
%=
config
('
instance_name
')%
></a>
<a
href=
"<%= url_for('/') %>"
class=
"brand-logo"
>
<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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment