mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
fix spelling of deity
This commit is contained in:
parent
b265418189
commit
971266da3f
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<%= f.label 'Diety', :class => 'control-label' %>
|
||||
<%= f.label 'Deity', :class => 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= f.text_field :diety, :class => 'text_field' %>
|
||||
</div>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<%= f.label 'Diety', :class => 'control-label' %>
|
||||
<%= f.label 'Deity', :class => 'control-label' %>
|
||||
<div class="controls">
|
||||
<%= f.text_field :diety, :class => 'text_field' %>
|
||||
</div>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<dl class="dl-horizontal hidden section alignment_section">
|
||||
<%= print_property("Element", @magic.element, "") %>
|
||||
<%= print_property("Diety", @magic.diety, "character") %>
|
||||
<%= print_property("Deity", @magic.diety, "character") %>
|
||||
</dl>
|
||||
|
||||
<dl class="dl-horizontal hidden section effects_section">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user