Sha256: 21373532d3c9d494f9d93134db2551d6d50d2a293625a10966b729b0308fd1b4

Contents?: true

Size: 796 Bytes

Versions: 3

Compression:

Stored size: 796 Bytes

Contents

<h2>Authorizme plugin for authorization</h2>
<div>Authorizme version <%= Authorizme::VERSION %></div>

<h3>Authorize with your credentials:</h3>
<%= form_tag "/#{Authorizme::namespace}/sessions" do %>
  <p>
    <%= label_tag :email %><br />
    <%= text_field_tag :email, params[:email] %>
  </p>
  <p>
    <%= label_tag :password %><br />
    <%= password_field_tag :password %>
  </p>
  <p class="button"><%= submit_tag "Log in" %></p>
<% end %>

<h3>or use one of those providers:</h3>
<%= link_to "Draugiem.lv", "/#{Authorizme::namespace}/login/draugiem" %>
<%= link_to "Twitter.com", "/#{Authorizme::namespace}/login/twitter" %>
<%= link_to "Facebook.com", "/#{Authorizme::namespace}/login/facebook" %>

<h3>or you can signup:</h3>
<%= link_to "Signup", "/#{Authorizme::namespace}/signup" %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
authorizme-0.0.3 app/views/authorizme/authorizme/index.html.erb
authorizme-0.0.2 app/views/authorizme/authorizme/index.html.erb
authorizme-0.0.1.alpha app/views/authorizme/authorizme/index.html.erb