~cytrogen/masto-fe

ref: d7fcd70023d481cb6a53aef7a58dabfd6a2fa7b2 masto-fe/app/views/auth/registrations/_sessions.html.haml -rw-r--r-- 408 bytes
d7fcd700 — Claire Merge commit '2016c5d912f400ae98ee03ce269112de2f9ec62d' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%h3= t 'sessions.title'
%p.muted-hint
  = t 'sessions.explanation'
  = link_to t('sessions.view_authentication_history'), settings_login_activities_path

%hr.spacer/

.table-wrapper
  %table.table.inline-table
    %thead
      %tr
        %th= t 'sessions.browser'
        %th= t 'sessions.ip'
        %th= t 'sessions.activity'
        %th
    %tbody
      = render partial: 'session', collection: sessions