summaryrefslogtreecommitdiff
path: root/users/app/views/overviews/show.html.haml
blob: b8ad814407770e5622d77c19b9b6d9254f696d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.overview

  %h2.first= t(:overview_welcome, :username => @user.login)

  - if admin?
    %p
      = t(:created)
      = @user.created_at
      %br
      = t(:updated)
      = @user.updated_at

  %p= t(:overview_intro)

  %ul.unstyled
    %li= icon('user') + link_to(t(:overview_account), edit_user_path(@user))
    %li= icon('envelope') + link_to(t(:overview_email), edit_user_email_settings_path(@user))
    %li= icon('question-sign') + link_to(t(:overview_tickets), user_tickets_path(@user))