Sha256: 5f38675dff5a607894cd4ef5f54c0925afc505f104af36ddf4602061cbd8e6ea
Contents?: true
Size: 499 Bytes
Versions: 18
Compression:
Stored size: 499 Bytes
Contents
<%= print_flash_message %> <p> <b>User:</b> <%= @authentication.user_id %> </p> <p> <b>Provider:</b> <%= @authentication.provider %> </p> <p> <b>Uid:</b> <%= @authentication.uid %> </p> <p> <b>Index:</b> <%= @authentication.index %> </p> <p> <b>Create:</b> <%= @authentication.create %> </p> <p> <b>Destroy:</b> <%= @authentication.destroy %> </p> <%= link_to_nav 'Edit', edit_authentication_path(@authentication) %> | <%= link_to_nav 'Back', authentications_path %>
Version data entries
18 entries across 18 versions & 1 rubygems