examples/fores33r/app/views/browser/index.rhtml in s33r-0.4.1 vs examples/fores33r/app/views/browser/index.rhtml in s33r-0.4.2
- old
+ new
@@ -6,13 +6,6 @@
<% for bucket in @buckets %>
<p><%= link_to bucket.name, :action => 'show_bucket',
:bucket_name => bucket.name %> | <%= link_to 'delete', {:action => 'delete', :bucket_name => bucket.name},
:confirm => 'Are you sure you want to delete this bucket?' %></p>
<% end %>
-<% end %>
-
-<%= start_form_tag :action => 'create_bucket' %>
-<p>Create a new bucket: <%= text_field 'bucket', 'name' %></p>
-<p>Use your default bucket prefix (<strong><%= @default_prefix %></strong>)?
-<%= check_box_tag 'bucket[prefix]', 1, true %></p>
-<p><%= submit_tag 'Create' %></p>
-<%= end_form_tag %>
+<% end %>
\ No newline at end of file