rm br in menu
This commit is contained in:
parent
86be613479
commit
6a5c5e9711
|
@ -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 />
|
|
@ -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 %>
|
Loading…
Reference in a new issue