diff options
Diffstat (limited to 'app/views/identities/index.html.haml')
-rw-r--r-- | app/views/identities/index.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/identities/index.html.haml b/app/views/identities/index.html.haml new file mode 100644 index 0000000..e4f48eb --- /dev/null +++ b/app/views/identities/index.html.haml @@ -0,0 +1,5 @@ +-@show_navigation = false + += search :identities += table @identities, %w(type username destination actions) +-# = paginate @identities |