diff options
author | Azul <azul@leap.se> | 2014-07-09 12:51:16 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-09 12:51:16 +0200 |
commit | 0cc11ebb609de225fbeacbf80788b992b88b6ce6 (patch) | |
tree | 3dbf8562e91ac7d7c8759a0516efbdca93cbdeff /app/views/identities/index.html.haml | |
parent | bdb4b0e275c205b0b44bbe3cc4ec4c162b309b37 (diff) |
list identities based on search only
Diffstat (limited to 'app/views/identities/index.html.haml')
-rw-r--r-- | app/views/identities/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/identities/index.html.haml b/app/views/identities/index.html.haml index cabcccd..e4f48eb 100644 --- a/app/views/identities/index.html.haml +++ b/app/views/identities/index.html.haml @@ -1,4 +1,5 @@ -@show_navigation = false += search :identities = table @identities, %w(type username destination actions) -# = paginate @identities |