<% title "Sign up" %>

Sign up

<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> <%= devise_error_messages! %>
<%= f.label :email %>
<%= f.email_field :email, autofocus: true %>
<%= f.label :password %> <% if @minimum_password_length %> (<%= @minimum_password_length %> characters minimum) <% end %>
<%= f.password_field :password, autocomplete: "off" %>
<%= f.label :password_confirmation %>
<%= f.password_field :password_confirmation, autocomplete: "off" %>
<%= f.submit "Sign up" %>
<% end %> <%= render "devise/shared/links" %> go
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_double_sided/rooms/Flipped Red Area.txtpb
blob: 722d900a505374f1b0b481011f241f52d57922d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Flipped Red Area"
display_name: "Maze"
panels {
  name: "RAISED"
  path: "Panels/Maze/panel_12"
  clue: "raised"
  answer: "lowered"
  symbols: "sun"
}