Sha256: dbef07c9b8da287a602d293db8476a02836ae62b91d988903f3bac144b5cb9ba

Contents?: true

Size: 559 Bytes

Versions: 6

Compression:

Stored size: 559 Bytes

Contents

- i18n_scope = "socialite.labels"
%table
  %thead
    %th= I18n.t('provider', scope: i18n_scope)
    %th= I18n.t('unique_id', scope: i18n_scope)
    %th= I18n.t('additional_auth_information', scope: i18n_scope)
    %th= I18n.t('actions', scope: i18n_scope)
  - identities.each do |identity|
    %tr
      %td= identity.provider
      %td= identity.unique_id
      %td= identity.auth_hash
      %td
        = link_to I18n.t('unlink_account', scope: i18n_scope), user_identity_path(identity), :method => :delete, :confirm => I18n.t('socialite.confirm_unlink')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
socialite-0.2.1 app/views/socialite/identities/_identities.html.haml
socialite-0.2.0 app/views/socialite/identities/_identities.html.haml
socialite-0.1.2 app/views/socialite/identities/_identities.html.haml
socialite-0.1.1 app/views/socialite/identities/_identities.html.haml
socialite-0.1.0.pre.7 app/views/socialite/identities/_identities.html.haml
socialite-0.1.0.pre.6 app/views/socialite/identities/_identities.html.haml