fixed publisher...whoops
This commit is contained in:
parent
7fb751b00c
commit
6fb1479d0d
1 changed files with 4 additions and 0 deletions
|
|
@ -32,8 +32,10 @@
|
||||||
= status.hidden_field :to, :value => (aspect == :all ? aspect : aspect.id)
|
= status.hidden_field :to, :value => (aspect == :all ? aspect : aspect.id)
|
||||||
|
|
||||||
.options_and_submit
|
.options_and_submit
|
||||||
|
|
||||||
#file-upload.button
|
#file-upload.button
|
||||||
drag a photo to upload
|
drag a photo to upload
|
||||||
|
|
||||||
- if aspect == :all
|
- if aspect == :all
|
||||||
= status.submit t('.share'), :title => t('.share_with_all'), :disable_with => t('.posting')
|
= status.submit t('.share'), :title => t('.share_with_all'), :disable_with => t('.posting')
|
||||||
- else
|
- else
|
||||||
|
|
@ -54,3 +56,5 @@
|
||||||
.fancybox_content
|
.fancybox_content
|
||||||
#question_mark_pane
|
#question_mark_pane
|
||||||
= render 'shared/public_explain'
|
= render 'shared/public_explain'
|
||||||
|
#publisher_photo_upload
|
||||||
|
= render 'photos/new_photo', :aspect_id => (aspect == :all ? aspect : aspect.id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue