Sha256: 23c5563e896e8cbf7549b45611c530339ae5a36a3cf22ce94ad1a83605feb77c

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

<%= simple_form_for([:control_center, @user], :html => {:multipart => true}) do |f| %>
	<%= f.input :ogi_uid %>
	<%= f.input :char_id %>
	<%= f.input :name %>
	<%= f.input :email %>
	<%= f.input :language %>
	<%= f.input :birthday %>
	<%= f.input :gender %>
	<%= f.input :premium_time %>
	<%= f.input :user_status %>
	<%= f.input :alliance_id %>
	<%= f.input :ref_id %>
	<%= f.button :submit %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
onlinegames_info_connect-0.0.1 app/views/control_center/users/_form.html.erb