diff options
author | tbuehlmann <tobias.buehlmann@gmx.de> | 2010-12-03 19:07:53 +0100 |
---|---|---|
committer | tbuehlmann <tobias.buehlmann@gmx.de> | 2010-12-03 19:07:53 +0100 |
commit | da2d98e8d92e87b6fdd86b4cfe810c9fc7a44a13 (patch) | |
tree | 2ef6f12fb68280f21d18eae08a354ee833d8cf61 /views | |
parent | 50d95678730faa92f3893d75191b371e5e886c0f (diff) |
1.9.2 ready
Diffstat (limited to 'views')
-rw-r--r-- | views/index.haml | 6 | ||||
-rw-r--r-- | views/layout.haml | 1 |
2 files changed, 5 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>" + diff --git a/views/layout.haml b/views/layout.haml index 1e37026..d8eb52c 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -6,3 +6,4 @@ %meta{:content => 'text/html; charset=utf-8', :'http-equiv' => 'Content-Type'} %body = yield + |