This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/app/views/widgets/_menu_user.html.haml

8 lines
314 B
Plaintext

- if session[:user_id]
.menu
%h1= t(:user).titleize
%ul
%li= link_to(t(:dashboard).titleize, dashboard_path, :accesskey => '.')
%li= link_to(t(:user_profile).titleize, user_url(@current_user), :accesskey => ',')
%li= link_to(t(:edit_settings).titleize, settings_url, :accesskey => 's')