You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
336 B
16 lines
336 B
- content_for :page_title do
|
|
= t 'login_activities.title'
|
|
|
|
%p= t('login_activities.description_html')
|
|
|
|
%hr.spacer/
|
|
|
|
- if @login_activities.empty?
|
|
.muted-hint.center-text
|
|
= t 'login_activities.empty'
|
|
- else
|
|
.announcements-list
|
|
= render partial: 'login_activity', collection: @login_activities
|
|
|
|
= paginate @login_activities
|