12 lines
312 B
Plaintext

-AlbumFolder.update_image_counts if AlbumFolder.where(:images_count_cache => nil).count > 0
%div{:style => ("position:absolute;bottom:0px;left:0px;right:0px;top:52px;" if !params[:manager])}
=render :partial => "index_block"
:scss
#albums a{
&.hover{
background:rgba(143,202,70,0.8);
}
}