summaryrefslogtreecommitdiff
path: root/views/index.haml
diff options
context:
space:
mode:
authortbuehlmann <tobias.buehlmann@gmx.de>2010-12-03 19:07:53 +0100
committertbuehlmann <tobias.buehlmann@gmx.de>2010-12-03 19:07:53 +0100
commitda2d98e8d92e87b6fdd86b4cfe810c9fc7a44a13 (patch)
tree2ef6f12fb68280f21d18eae08a354ee833d8cf61 /views/index.haml
parent50d95678730faa92f3893d75191b371e5e886c0f (diff)
1.9.2 ready
Diffstat (limited to 'views/index.haml')
-rw-r--r--views/index.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/index.haml b/views/index.haml
index 51e4781..b9d78e7 100644
--- a/views/index.haml
+++ b/views/index.haml
@@ -10,5 +10,7 @@
%input{:type => 'submit', :value => 'Upload'}
%h3 Files
-- @files.each do |file|
- = "<a href='files/#{file}'>#{file}</a>"
+%ul
+ - @files.each do |file|
+ %li= "<a href='files/#{file}'>#{file}</a>"
+