mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 18:56:13 +01:00
10 lines
189 B
Text
10 lines
189 B
Text
|
%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'
|