This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/image_files/index.html.haml
2021-08-23 10:26:02 +02:00

12 lines
223 B
Plaintext

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