Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
6e60b6ee
Commit
6e60b6ee
authored
Dec 11, 2015
by
Jan-Christoph Borchardt
Browse files
shorten quota usage wording, fix overflow on mobile, fix #21129
parent
9c4ab517
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/personal.php
View file @
6e60b6ee
...
...
@@ -58,7 +58,7 @@
<div
style=
"width:
<?php
p
(
$_
[
'usage_relative'
]);
?>
%"
<?php
if
(
$_
[
'usage_relative'
]
>
80
)
:
?>
class=
"quota-warning"
<?php
endif
;
?>
>
<p
id=
"quotatext"
>
<?php
print_unescaped
(
$l
->
t
(
'You
hav
e us
ed
<strong>%s</strong> of
the available
<strong>%s</strong>'
,
<?php
print_unescaped
(
$l
->
t
(
'You
ar
e us
ing
<strong>%s</strong> of <strong>%s</strong>'
,
array
(
$_
[
'usage'
],
$_
[
'total_space'
])));
?>
</p>
</div>
...
...
Write
Preview
Markdown
is supported
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