17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
=render :partial => "public/my_account/menu"
|
|
.center.padding
|
|
|
|
%h1=qit "inbox-title", "Boite de réception"
|
|
|
|
.col-md-3.annonce_message_list
|
|
|
|
.inner.height_frame{:style => "overflow:auto;height:300px;"}
|
|
|
|
=render @annonce_messages
|
|
|
|
.col-md-9.annonce_message_show_container
|
|
.annonce_message_show.inner.height_frame{:style => "overflow:auto;height:300px;"}
|
|
|
|
.clear
|
|
%br
|