Skip to content
Snippets Groups Projects
Commit f5a0f44c authored by danielvincent's avatar danielvincent
Browse files

fixed error in posting to all albums through publisher on albums#index

parent a6028734
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
= render "shared/aspect_friends"
.span-15.last
= render "shared/publisher", :type => :album, :aspect => @aspect.id
= render "shared/publisher", :type => :album, :aspect => @aspect
%div
- for album in @albums
......
......@@ -53,7 +53,7 @@
= album.label :name
= album.text_field :name
= album.hidden_field :to, :value => aspect
= album.hidden_field :to, :value => (aspect == :all ? aspect : aspect.id)
.options_and_submit
= album.submit "Create", :class => 'button'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment