<%= t 'Register' %>
<%= t "Registration is free" %>
<% if 'development'.include?(Rails.env) %>
<%= simple_form_for(@user, :url => user_path) do |f| %>
<%= f.input :name, :input_html => {:size => 20} %>
<%= f.input :email, :input_html => {:size => 20} %>
<%= f.input :password, :input_html => {:size => 20} %>
<%= f.input :password_repeat, :input_html => {:size => 20} %>
<%= f.submit t('Play now'), {class: 'large_btn'} %>
<% end %>
<% else %>
<%= image_tag "ogi_small_logo.png", :style => 'float: left;', :alt => 'Onlinegames-Info.com' %>
<% end %>