Sha256: 6671bccf932ec7b87c73cac5bf6bf707de230680f7d0cd455b163105040b48b2
Contents?: true
Size: 555 Bytes
Versions: 9
Compression:
Stored size: 555 Bytes
Contents
<%- @title = p_("MultiAuth", "Login") -%> <%- @enable_side_column = false -%> <div id="dialog"> <h1><%=h @title %></h1> <%- form_tag(:action => "login") do -%> <table> <tr> <th><%= label_tag(:openid_url, "OpenID") %></th> <td> <%= text_field_tag(:openid_url, "", :size => 30) %> </td> </tr> </table> <div><%= submit_tag(p_("MultiAuth", "Login")) %></div> <%- end -%> </div> <%- unless production? -%> <div class="debug"> <%= error_messages_for(:login_form) %> </div> <%- end -%>
Version data entries
9 entries across 9 versions & 2 rubygems