Skip to content
Snippets Groups Projects
Commit b20f4135 authored by Clement Ho's avatar Clement Ho
Browse files

Fix active sessions card layout

parent 5322de32
No related branches found
No related tags found
No related merge requests found
- 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 }
= active_session_device_type_icon(active_session)
 
Loading
Loading
Loading
Loading
@@ -10,5 +10,6 @@
.col-lg-8
.append-bottom-default
 
%ul.well-list
= render partial: 'profiles/active_sessions/active_session', collection: @sessions
.card.border-0
%ul.list-group.list-group-flush
= render partial: 'profiles/active_sessions/active_session', collection: @sessions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment