You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/users/new.html.erb

9 lines
225 B
Plaintext

<%= simple_form_for @user do |f| %>
<%= f.input :nickname, :input_html => { :class => 'special' } %>
<%= f.input :name, :as => :hidden %>
<%= f.input :avatar_url, :as => :hidden %>
<%= f.button :submit %>
<% end %>