Retrospring/app/views/user/groups.haml

13 lines
244 B
Plaintext
Raw Normal View History

2020-04-25 08:21:39 -07:00
%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"