diff --git a/app/views/characters/_edit_form.html.erb b/app/views/characters/_edit_form.html.erb index 9867c4d5..c381f524 100644 --- a/app/views/characters/_edit_form.html.erb +++ b/app/views/characters/_edit_form.html.erb @@ -4,7 +4,7 @@ <%= f.label :name, :class => 'control-label' %>
<%= f.text_field :name, :class => 'text_field' %> - + Randomize
@@ -25,7 +25,7 @@ <%= f.label :age, :class => 'control-label' %>
<%= f.text_field :age, :class => 'text_field' %> - + Randomize
diff --git a/app/views/characters/_form.html.erb b/app/views/characters/_form.html.erb index dd7280ef..66e0daae 100644 --- a/app/views/characters/_form.html.erb +++ b/app/views/characters/_form.html.erb @@ -4,7 +4,7 @@ <%= f.label :name, :class => 'control-label' %>
<%= f.text_field :name, :class => 'text_field' %> - + Randomize
@@ -25,7 +25,7 @@ <%= f.label :age, :class => 'control-label' %>
<%= f.text_field :age, :class => 'text_field' %> - + Randomize