21 lines
615 B
Plaintext
21 lines
615 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", admin_topics_path
|
|
%li=link_to "admins (internet)", admin_admins_path
|
|
%li=link_to "urls courtes", admin_tiny_urls_path
|
|
%li=link_to "adhérents", admin_sheets_path
|
|
%li=link_to "newsletters", admin_newsletters_path
|
|
|
|
|
|
|