Sha256: fe9be682f1b210c8f38e1d963c7c0c8adfb07b851445a3241a3b517c539545e5

Contents?: true

Size: 497 Bytes

Versions: 3

Compression:

Stored size: 497 Bytes

Contents

<%
  add_javascript(javascript_include_tag "https://login.persona.org/include.js")
  run_when_dom_is_ready <<-JS
    $('#persona_form .persona-button').click(function() {
      personaLogin();
      return false;
    });
  JS
%>
<div class="auth-provider persona">
  <h3>Persona</h3>
  </script>
  <form id='persona_form' action='<%= auth_callback_path(:persona) %>'>
    <input type='hidden' name='assertion'/>
    <a class="persona-button"><span>Sign in with Persona</span></a>
  </form>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
open_conference_ware-1.0.0.pre4 app/views/open_conference_ware/authentications/_persona.html.erb
open_conference_ware-1.0.0.pre3 app/views/open_conference_ware/authentications/_persona.html.erb
open_conference_ware-1.0.0.pre2 app/views/open_conference_ware/authentications/_persona.html.erb