Sha256: 9dac0aef228f49e437ca93e0ee7d826792c39f51a761e109ab8c47aafbe5e9d1
Contents?: true
Size: 577 Bytes
Versions: 9
Compression:
Stored size: 577 Bytes
Contents
<%- @title = p_("MultiAuth", "Add OpenID authentication credential") -%> <h1><%=h @title %></h1> <%- form_for(:login_form, @login_form, :url => {:action => "create"}) { |f| -%> <table> <tr> <th><%= f.label(:openid_url) %></th> <td> <%= f.text_field(:openid_url, :size => 30) %> <%= error_message_on(:login_form, :openid_url) %> </td> </tr> </table> <div><%= submit_tag(p_("MultiAuth", "Add")) %></div> <%- } -%> <%- unless production? -%> <div class="debug"> <%= error_messages_for(:login_form) %> </div> <%- end -%>
Version data entries
9 entries across 9 versions & 2 rubygems