diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-03 14:36:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-03 14:36:16 -0400 |
commit | b1a5a4f985783ab7a6e9f443975f9347cb4a4f30 (patch) | |
tree | 42cbc1fe5dc8fb7b8dcaec543de9e53eccbe78db /templates/configurators/intro.hamlet | |
parent | 2d4f1441c8af0b30eefdbea29816a7c1ade88aaa (diff) |
moving toward configuring new repos in the webapp
Diffstat (limited to 'templates/configurators/intro.hamlet')
-rw-r--r-- | templates/configurators/intro.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/configurators/intro.hamlet b/templates/configurators/intro.hamlet index 5062346a8..0784b2743 100644 --- a/templates/configurators/intro.hamlet +++ b/templates/configurators/intro.hamlet @@ -17,7 +17,7 @@ \ repositories and devices: <table .table .table-striped .table-condensed> <tbody> - $forall (num, name) <- remotelist + $forall (num, name) <- repolist <tr> <td> #{num} |