mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 20:36:04 +01:00
9 lines
194 B
Text
9 lines
194 B
Text
%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"
|