13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
|
%h1.j2-lh.hidden-xs Groups
|
||
|
%h1.visible-xs Groups
|
||
|
|
||
|
%ul
|
||
|
- @groups.each do |group|
|
||
|
%li
|
||
|
- if group.private?
|
||
|
%i.fa.fa-lock
|
||
|
= group.display_name
|
||
|
|
||
|
- provide(:title, user_title(@user, "groups"))
|
||
|
- parent_layout "user/profile"
|