about summary refs log tree commit diff stats
path: root/data/maps/the_door/doors.txtpb
blob: f401f945ede73cbcb665cf824d8e532a9f1edd48 (plain) (blame)
1
2
3
4
5
6
doors {
  name: "Stairs"
  type: EVENT
  panels { room: "Main Area" name: "HAIR" }
  panels { room: "Main Area" name: "PART" }
}
tle "Change password" %h2 Change your password = devise_error_messages! #principal = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| = f.hidden_field :reset_password_token .field = f.label :password, "New password" - if @minimum_password_length %em= "(#{@minimum_password_length} characters minimum)" = f.password_field :password, autofocus: true, autocomplete: "off" .field = f.label :password_confirmation, "Confirm new password" = f.password_field :password_confirmation, autocomplete: "off" .submit-field = f.submit "Change my password" .navigation= link_to "← Back to thoughts", root_url