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
85a02eb3
Verified
Commit
85a02eb3
authored
Aug 17, 2020
by
Luc Didry
Browse files
🐛
Fix incorrect HTML in delays.html.ep (related to #207)
parent
f34d9911
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
85a02eb3
Revision history for Lufi
?.??.? ????-??-??
- 🐛 Fix incorrect HTML in delays.html.ep (#207)
0.05.3 2020-08-17
- 🐛 Check if provisioning lockfile mod time exists before using it (#208)
...
...
themes/default/templates/delays.html.ep
View file @
85a02eb3
...
...
@@ -4,10 +4,14 @@
<div
class=
"modal-content"
>
<h1><
%=
l
('
Information
about
delays
')
%
></h1>
<div
class=
"text-left"
>
<p><
%=
l
('
If
you
choose
a
delay
,
the
file
will
be
deleted
after
that
delay.
')
%
><br>
<p>
<
%=
l
('
If
you
choose
a
delay
,
the
file
will
be
deleted
after
that
delay.
')
%
><br>
<
%=
l
('
Don
\'
t
worry:
if
a
user
begins
to
download
the
file
before
the
expiration
and
the
download
ends
after
the
expiration
,
he
will
be
able
to
get
the
file.
')
%
>
</p>
% if (defined(config('delay_for_size'))) {
<p><
%=
l
('
This
server
sets
limitations
according
to
the
file
size.
The
expiration
delay
of
your
file
will
be
the
minimum
between
what
you
choose
and
the
following
limitations:
')
%
></p>
<p>
<
%=
l
('
This
server
sets
limitations
according
to
the
file
size.
The
expiration
delay
of
your
file
will
be
the
minimum
between
what
you
choose
and
the
following
limitations:
')
%
>
</p>
<ul>
% my $delays = config('delay_for_size');
% $delays->{0} = max_delay;
...
...
@@ -31,9 +35,9 @@
% $i++;
% }
</ul>
</div>
% }
</div>
</div>
<div
class=
"modal-footer"
>
<a
href=
"#!"
class=
"modal-action modal-close waves-effect waves-green btn-flat"
><
%=
l
('
Close
')
%
></a>
</div>
...
...
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