- @title = root = partial("header", :locals => { :parent => parent, :file => false, :idx => idx }) %table.condensed-table.zebra-striped.listing %thead %tr %th File %th Author %th Last Modified %tbody - contents.items.each_with_index do |f, i| %tr %td %a{ :href => "/#{idx}#{request.path_info}/#{f.name}" } = f.name %td.author %td.modified .row .span6 %form.add %p Add a file in this directory %input{:type => 'text', :name => "path", :class => "edit" } %input{:type => 'submit', :value => "New file", :class => "btn secondary" } .span6 %form.upload{ :method => "post", :enctype => "multipart/form-data", :action => "/#{idx}#{request.path_info}?mode=upload" } %p Upload a file to this directory %input{:type => 'file', :value => "Select a file", :name => "file", :class => "uploader" } %input{:type => 'submit', :value => "Upload file", :class => "btn secondary" }