Sha256: 7eb2495040a27e208fad89d28f18d807684bc1c05a6ae3a35d44d7e786959662

Contents?: true

Size: 334 Bytes

Versions: 8

Compression:

Stored size: 334 Bytes

Contents

%table
  %thead
    %th Provider
    %th Unique ID
    %th Additional
    %th Actions
  - identities.each do |identity|
    %tr
      %td= identity.provider
      %td= identity.unique_id
      %td= identity.auth_hash
      %td
        = link_to 'Unlink', user_identity_path(identity), :method => :delete, :confirm => 'Are you sure?'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
socialite-0.1.0.pre.5 app/views/socialite/identities/_identities.html.haml
socialite-0.1.0.pre.4 app/views/socialite/identities/_identities.html.haml
socialite-0.1.0.pre.3 app/views/socialite/identities/_identities.html.haml
socialite-0.1.0.pre.2 app/views/socialite/identities/_identities.html.haml
socialite-0.1.0.pre app/views/socialite/identities/_identities.html.haml
socialite-0.0.1.beta4 app/views/socialite/identities/_identities.html.haml
socialite-0.0.1.beta2 app/views/socialite/identities/_identities.html.haml
socialite-0.0.1.beta app/views/socialite/identities/_identities.html.haml