summaryrefslogtreecommitdiff
path: root/app/views/common/_table.html.haml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-07-09 12:51:16 +0200
committerAzul <azul@leap.se>2014-07-09 12:51:16 +0200
commit0cc11ebb609de225fbeacbf80788b992b88b6ce6 (patch)
tree3dbf8562e91ac7d7c8759a0516efbdca93cbdeff /app/views/common/_table.html.haml
parentbdb4b0e275c205b0b44bbe3cc4ec4c162b309b37 (diff)
list identities based on search only
Diffstat (limited to 'app/views/common/_table.html.haml')
-rw-r--r--app/views/common/_table.html.haml2
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