mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 02:49:07 +01:00
12 lines
244 B
Text
12 lines
244 B
Text
%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"
|