Allow to copy articles (PR #673, #541)

This commit is contained in:
JuliusR 2019-10-14 09:25:34 +02:00 committed by wvengen
parent 3ade87167a
commit 71bdf3bfcc
5 changed files with 19 additions and 7 deletions

View file

@ -15,10 +15,10 @@
%th{:style => "width: 5em;"}= heading_helper Article, :price
%th{:style => "width: 3.5em;"}= heading_helper Article, :tax
%th{:style => "width: 4em;"}= heading_helper Article, :deposit
%th{:style => "width: 3em;"}
%th
%tbody#listbody
- unless @articles.empty?
- for article in @articles
= render(article)