Fix active sessions card layout
This commit is contained in:
parent
5322de32d1
commit
b20f4135c7
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
- is_current_session = active_session.current?(session)
|
- is_current_session = active_session.current?(session)
|
||||||
|
|
||||||
%li
|
%li.list-group-item
|
||||||
.pull-left.append-right-10{ data: { toggle: 'tooltip' }, title: active_session.human_device_type }
|
.pull-left.append-right-10{ data: { toggle: 'tooltip' }, title: active_session.human_device_type }
|
||||||
= active_session_device_type_icon(active_session)
|
= active_session_device_type_icon(active_session)
|
||||||
|
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
.col-lg-8
|
.col-lg-8
|
||||||
.append-bottom-default
|
.append-bottom-default
|
||||||
|
|
||||||
%ul.well-list
|
.card.border-0
|
||||||
|
%ul.list-group.list-group-flush
|
||||||
= render partial: 'profiles/active_sessions/active_session', collection: @sessions
|
= render partial: 'profiles/active_sessions/active_session', collection: @sessions
|
||||||
|
|
Loading…
Reference in a new issue