Sha256: d52ac55cc72e4d9d77e3a6bb708a269032afb5b0c2f8cd271e28b1f815f6f73f

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 Bytes

Contents

<h2>Content of bucket <em><%= @bucket_name %></em></h2>

<% for key in @keys do %>
<p><%= link_to key, authenticated_url(@bucket_name, key) %>&nbsp;|&nbsp;
<%= link_to 'delete', {:action => 'delete', :bucket_name => @bucket_name, 
:resource_key => key}, :confirm => 'Are you sure you want to delete this resource?' %>
</p>
<% end %>

<%= start_form_tag({:action => 'upload'}, :multipart => true) %>
<%= hidden_field 'upload', 'bucket_name', :value => @bucket_name %>
<p>Upload a file to this bucket: <%= file_field('upload', 'filename') %></p>
<p><%= submit_tag 'Upload' %></p>
<%= end_form_tag %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
s33r-0.4 examples/fores33r/app/views/browser/show_bucket.rhtml
s33r-0.4.1 examples/fores33r/app/views/browser/show_bucket.rhtml