diaspora/app/views/shared/_footer.mobile.haml
2013-01-27 20:38:19 +01:00

6 lines
259 B
Text

%footer
%strong
= link_to current_user.name, current_user.person
= link_to t('layouts.header.settings'), users_edit_path
= link_to t('layouts.application.toggle'), toggle_mobile_path
= link_to t('layouts.header.logout'), destroy_user_session_path