mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
rename generator triggers on character form
This commit is contained in:
parent
89dc4135f5
commit
f1aeff9aaf
@ -4,7 +4,7 @@
|
||||
<%= f.label :name, :class => 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= f.text_field :name, :class => 'text_field' %>
|
||||
<a href="#" class="help-inline random_name_generator">
|
||||
<a href="#" class="help-inline character_name_generator">
|
||||
<i class="icon-refresh"></i> Randomize
|
||||
</a>
|
||||
</div>
|
||||
@ -25,7 +25,7 @@
|
||||
<%= f.label :age, :class => 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= f.text_field :age, :class => 'text_field' %>
|
||||
<a href="#" class="help-inline random_age_generator">
|
||||
<a href="#" class="help-inline character_age_generator">
|
||||
<i class="icon-refresh"></i> Randomize
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<%= f.label :name, :class => 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= f.text_field :name, :class => 'text_field' %>
|
||||
<a href="#" class="help-inline random_name_generator">
|
||||
<a href="#" class="help-inline character_name_generator">
|
||||
<i class="icon-refresh"></i> Randomize
|
||||
</a>
|
||||
</div>
|
||||
@ -25,7 +25,7 @@
|
||||
<%= f.label :age, :class => 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= f.text_field :age, :class => 'text_field' %>
|
||||
<a href="#" class="help-inline random_age_generator">
|
||||
<a href="#" class="help-inline character_age_generator">
|
||||
<i class="icon-refresh"></i> Randomize
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user