Mattias Bodlund 6 months ago
parent
commit
ccfe64d5cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/players/new.html.erb

+ 1
- 1
app/views/players/new.html.erb View File

@ -25,7 +25,7 @@
<div class="animation-element"> <div class="animation-element">
<%= form.label :name, class: "question-answer" do %> <%= form.label :name, class: "question-answer" do %>
<%= form.text_field :name, placeholder: t('what_is_your_name') %>
<%= form.text_field :name, placeholder: t('what_is_your_name'), autofocus: true %>
<% end %> <% end %>
</div> </div>


Loading…
Cancel
Save