blob: 3d427f8c56ae4deb127e3bd1e141d2682ba7c633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<div .alert .alert-info>
<h4 .alert-heading>
git-annex is managing #
$if notenough
only #
<span .badge .badge-error>#{numrepos}</span> repository. #
$else
$if barelyenough
<span .badge .badge-warning>#{numrepos}</span> repositories. #
$else
<span .badge .badge-success>#{numrepos}</span> repositories. #
$if notenough
Recommend you add more clones to avoid data loss.
$else
$if barelyenough
Consider adding more.
$else
Adding more can't hurt!
|