index.html.haml 290 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 - page_title "Identities", @user.name, "Users" = render 'admin/users/head' - if @identities.present? .table-holder %table.table %thead %tr %th Provider %th Identifier %th = render @identities - else %h4 This user has no identities