9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
.page-header= title 'User list history'
|
|
nav.pagination
|
|
ul#list-history-container
|
|
- content_for :footer do
|
|
javascript:
|
|
$(function(){
|
|
Quser.load_list_history();
|
|
});
|