Files
tsemple/app/views/users/_sidebar.html.slim
2014-04-13 22:16:30 +08:00

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'