10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
.page-header
|
|
h2 data-t="list_history.title" = t('user.list_history.title')
|
|
nav.pagination
|
|
ul#list-history-container
|
|
- content_for :footer do
|
|
javascript:
|
|
$(function(){
|
|
Quser.load_list_history();
|
|
});
|