rm br in menu

rails2
Espen Antonsen 2009-08-03 16:29:40 +02:00
parent 86be613479
commit 6a5c5e9711
2 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,4 @@
<%= form.text_area :description %><br />
<%= form.label :album %><br />
<%= collection_select :collection, :album_list, Album.find(:all, :order => :title), :id, :title, {:selected => @collection.albums.map{|album|album.id} }, {:multiple => true, :rows => 10} %><br />
<br />
<%= collection_select :collection, :album_list, Album.find(:all, :order => :title), :id, :title, {:selected => @collection.albums.map{|album|album.id} }, {:multiple => true, :rows => 10} %><br />

View File

@ -7,7 +7,7 @@
<% end %>
<% content_for :action_links do %>
<br /><%= link_to("Delete this collection", { :action => "destroy", :id => @collection },
<%= link_to("Delete this collection", { :action => "destroy", :id => @collection },
:confirm => "Are you sure you want to delete this collection?",
:method => :delete) %>
<% end %>