From 971266da3f9f63bcb8a39aadcfd7f631552d42bf Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 12 Mar 2013 14:45:59 -0500 Subject: [PATCH] fix spelling of deity --- app/views/magic/_edit_form.html.erb | 2 +- app/views/magic/_form.html.erb | 2 +- app/views/magic/show.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/magic/_edit_form.html.erb b/app/views/magic/_edit_form.html.erb index 8453507d..27d81709 100644 --- a/app/views/magic/_edit_form.html.erb +++ b/app/views/magic/_edit_form.html.erb @@ -38,7 +38,7 @@
- <%= f.label 'Diety', :class => 'control-label' %> + <%= f.label 'Deity', :class => 'control-label' %>
<%= f.text_field :diety, :class => 'text_field' %>
diff --git a/app/views/magic/_form.html.erb b/app/views/magic/_form.html.erb index bc421329..c14a7bb1 100644 --- a/app/views/magic/_form.html.erb +++ b/app/views/magic/_form.html.erb @@ -38,7 +38,7 @@
- <%= f.label 'Diety', :class => 'control-label' %> + <%= f.label 'Deity', :class => 'control-label' %>
<%= f.text_field :diety, :class => 'text_field' %>
diff --git a/app/views/magic/show.html.erb b/app/views/magic/show.html.erb index 0d223f84..d39d5099 100644 --- a/app/views/magic/show.html.erb +++ b/app/views/magic/show.html.erb @@ -14,7 +14,7 @@