Sha256: 12f06ea5d6983ae829dc74d92a60565f1e4684842881d17170ee5e0dfe4011a2

Contents?: true

Size: 315 Bytes

Versions: 8

Compression:

Stored size: 315 Bytes

Contents

%p Shibboleth Data:
%p
  %b Username:
  = @current_user.username
%p
  %b Common Name:
  = @current_user.common_name
%p
  %b Groups:
  %br
  %ul
    - @current_user.groups.each do |group|
      %li= group
%p 
  %b Affiliation:
  %br
  %ul
    - @current_user.affiliations.each do |affiliation|
      %li= affiliation

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shibboleth_auth-0.3.3 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.3.2 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.3.1 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.3.0 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.2.1 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.1.2 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.1.1 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml
shibboleth_auth-0.1.0 lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml