diff options
Diffstat (limited to 'app/views/identities/index.html.haml')
-rw-r--r-- | app/views/identities/index.html.haml | 4 |
1 files changed, 4 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..cabcccd --- /dev/null +++ b/app/views/identities/index.html.haml @@ -0,0 +1,4 @@ +-@show_navigation = false + += table @identities, %w(type username destination actions) +-# = paginate @identities |