diff options
Diffstat (limited to 'templates/configurators/listrepositories.hamlet')
-rw-r--r-- | templates/configurators/listrepositories.hamlet | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/configurators/listrepositories.hamlet b/templates/configurators/listrepositories.hamlet deleted file mode 100644 index 22a6910de..000000000 --- a/templates/configurators/listrepositories.hamlet +++ /dev/null @@ -1,9 +0,0 @@ -<div .span9> - <table .table .table-striped .table-condensed> - <tbody> - $forall (num, name) <- repolist - <tr> - <td> - #{num} - <td> - #{name} |