mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 22:53:00 +08:00
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
.list-group
|
|
a.list-group-item class=('active' if controller_name == 'topics') href=user_topics_path
|
|
.pull-right
|
|
i.fa.fa-chevron-right
|
|
= t '.topics'
|
|
a.list-group-item class=('active' if controller_name == 'comments') href=user_comments_path
|
|
.pull-right
|
|
i.fa.fa-chevron-right
|
|
= t '.comments'
|