Sha256: a4442d2cecced8fbc65a7ab3df8960f3db345d56f0cd35d4a61c038871001cb9
Contents?: true
Size: 932 Bytes
Versions: 5
Compression:
Stored size: 932 Bytes
Contents
<% content_for :page_title, "Sign in" %> <% content_for(:page_description, "Please enter your email address and password to sign in") %> <% content_for :body_class, "login" %> <% content_for :sidebar do %> <h2>Please note</h2> <p> Please contact support if you experience problems logging in or using Pages. </p> <% end %> <div class="login-form"> <%= form_tag admin_session_path do %> <div class="field"> <label>Email address</label> <%= text_field_tag(:email, "", autocomplete: "email") %> </div> <div class="field"> <label>Password</label> <%= password_field_tag(:password, "", autocomplete: "current-password") %> </div> <div class="buttons"> <button type="submit">Sign in</button> </div> <p> <%= link_to("<b>Help!</b> I forgot my password!".html_safe, new_admin_account_recovery_path) %> </p> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems