fix category heading
This commit is contained in:
parent
a339ae4c7c
commit
23b38b5a46
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
%th
|
||||
%th= sort_link_helper heading_helper(Article, :name), "name"
|
||||
%th
|
||||
%th= sort_link_helper heading_helper(Article, :category), "category"
|
||||
%th= sort_link_helper heading_helper(Article, :article_category), "article_category"
|
||||
%th= sort_link_helper heading_helper(Article, :unit), "unit"
|
||||
%th= sort_link_helper heading_helper(Article, :note), "note"
|
||||
%th{:style => "width: 4em;"}= heading_helper Article, :unit_quantity, short: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue