Skip to content

Instantly share code, notes, and snippets.

@almaron
Created May 3, 2012 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almaron/2585208 to your computer and use it in GitHub Desktop.
Save almaron/2585208 to your computer and use it in GitHub Desktop.
<form method="post" id="new_user" class="new_user" action="/" accept-charset="UTF-8"><div style="margin:0;padding:0;display:inline"><input type="hidden" value="✓" name="utf8"><input type="hidden" value="YDCn5k0O698sJGoDQqJHGVdCu9vztkZCOQQHMoUs0BE=" name="authenticity_token"></div>
<div><div class="field_with_errors"><label for="user_name">Имя пользователя</label></div>: <div class="field_with_errors"><input type="text" value="User" size="30" name="user[name]" id="user_name" class="input_text"></div></div>
<div><div class="field_with_errors"><label for="user_email">Email адрес</label></div>: <div class="field_with_errors"><input type="email" value="almaron@gmail.com" size="30" name="user[email]" id="user_email" class="input_text"></div></div>
<div><div class="field_with_errors"><label for="user_password">Пароль</label></div>: <div class="field_with_errors"><input type="password" size="30" name="user[password]" id="user_password" class="input_text"></div></div>
<div><label for="user_password_confirmation">Подтверждение</label>: <input type="password" size="30" name="user[password_confirmation]" id="user_password_confirmation" class="input_text"></div>
<div><input type="submit" value="Регистрация" name="commit" class="input_ok"></div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment