summaryrefslogtreecommitdiffstats
path: root/templates/packages/files-list.html
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17Filelists: Touch up the HTML of file list viewsThayer Williams1-6/+5
Remove some unnecessary classes and touch up the direct and AJAX views. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-04-03Fix filelists AJAX replacementDan McGee1-12/+10
We were double nesting the filelist div. Have the AJAX call only return the contents and not the enclosing div. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-27Show message if no files availableDan McGee1-0/+4
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-27files: template reuseDan McGee1-0/+8
Get rid of the copy/paste by including the sub-template. Signed-off-by: Dan McGee <dan@archlinux.org>