Sha256: ba3ba4d2513daa145e41e223bffbf0ec8f6bec6fd1bb795c36b623044a0f64ff
Contents?: true
Size: 560 Bytes
Versions: 7
Compression:
Stored size: 560 Bytes
Contents
<h2>Content of bucket <em><%= @bucket_name %></em></h2> <p>[ <%= link_to 'Authenticated URLs for bucket contents as plain text', :action => 'plain_bucket', :bucket_name => @bucket_name %> | <%= link_to 'Add index to bucket', :action => 'add_index', :bucket_name => @bucket_name %> ]</p> <% for key in @keys do %> <p><%= link_to key, authenticated_url(@bucket_name, key) %> | <%= link_to 'delete', {:action => 'delete', :bucket_name => @bucket_name, :resource_key => key}, :confirm => 'Are you sure you want to delete this resource?' %> </p> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems