21 lines
591 B
Plaintext
21 lines
591 B
Plaintext
#welcome
|
|
=image_tag (current_admin.file? ? current_admin.file.square.url : ""), :class => "avatar", :style => "width:150px; border-radius:50%;float:left"
|
|
|
|
|
|
%p
|
|
="Bonjour #{current_admin.firstname},"
|
|
%p
|
|
=" votre dernière connexion à été effectuée le #{l(current_admin.last_sign_in_at)} depuis l'adresse ip #{current_admin.last_sign_in_ip}"
|
|
|
|
|
|
|
|
|
|
%ul#rapid_links
|
|
%li=link_to "notes", topics_path
|
|
%li=link_to "admins (internet)", admin_admins_path
|
|
%li=link_to "urls courtes", tiny_urls_path
|
|
%li=link_to "adhérents", sheets_path
|
|
%li=link_to "newsletters", newsletters_path
|
|
|
|
|
|
|