about summary refs log tree commit diff stats
path: root/data/maps/the_wondrous/rooms/Regular.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Changed how door location names are formattedStar Rauchenberger2025-08-301-0/+1
* Added the_wondrousStar Rauchenberger2025-08-261-0/+7
in and logging out' href='/thoughts/commit/app/views/users/sessions/new.html.haml?id=7e2e42379cb40a500eb8a236c05788eb3e84d141'>7e2e423 ^
1fb650f ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
                 
          











                                                                                  

                                                                              
- title "Sign in"
#principal
  = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
    .field
      = f.label :login
      = f.text_field :login, autofocus: true
    .field
      = f.label :password
      = f.password_field :password, autocomplete: "off"
    .remember-me-field
      = f.check_box :remember_me
      = f.label :remember_me
    .submit-field
      = f.submit "Log in"
.navigation= link_to "Forgot your password?", new_password_path(resource_name)
.navigation= link_to "← Back to thoughts", root_url