Remove unused edit variable in articles_by-views
The edit version is already handled in group_order_article_edit_result().
This commit is contained in:
parent
17059a8104
commit
f8a4341c76
6 changed files with 6 additions and 7 deletions
|
|
@ -14,4 +14,4 @@
|
|||
%th= #heading_helper Article, :unit_quantity, short: true
|
||||
|
||||
- for group_order in order.group_orders.ordered
|
||||
= render 'shared/articles_by/group_single', group_order: group_order, edit: (edit rescue nil)
|
||||
= render 'shared/articles_by/group_single', group_order: group_order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue