Small fix to make account journal list sortable. [skip ci]

This commit is contained in:
James Cole
2015-07-08 20:18:51 +02:00
parent c9fff197f7
commit 0372c1aaf1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{{ journals.render|raw }}
<table class="table table-hover sortable">
<table class="table table-hover sortable sortable-table">
<tr class="ignore">
<th class="hidden-xs" colspan="2">&nbsp;</th>
<th>{{ trans('list.description') }}</th>