mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 16:16:03 +01:00
ea0685136e
haha regexp go brrr special thanks to @seatsea for helping me out with the French locales
9 lines
189 B
Text
9 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'
|