Remove photo backdrop in single post view.

This commit is contained in:
Roger Braun 2013-08-14 20:38:21 +02:00
parent 3e15835386
commit ec9c8d7dae

View file

@ -28,7 +28,7 @@ class TemplatePicker
end end
def photo_backdrop? def photo_backdrop?
post.photos.size == 1 false # No backdrop, ever.
end end
def status? def status?