diff options
Diffstat (limited to 'app/views/common/_table.html.haml')
-rw-r--r-- | app/views/common/_table.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_table.html.haml b/app/views/common/_table.html.haml index 3c6bf2e..44762da 100644 --- a/app/views/common/_table.html.haml +++ b/app/views/common/_table.html.haml @@ -10,7 +10,7 @@ - headers.each do |header| %th= header %tbody - - if content.any? + - if content.present? = render content.all - else %tr |