Retrospring/app/views/user/lists.haml

10 lines
189 B
Plaintext
Raw Normal View History

%ul
- @lists.each do |list|
%li
- if list.private?
%i.fa.fa-lock
= list.display_name
- provide(:title, user_title(@user, 'lists'))
- parent_layout 'user/profile'