summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-10 12:50:41 +0200
committerhukl <contact@smyck.org>2009-09-10 12:50:41 +0200
commitcc401c9bf20995bc4e02ba835847a7578e727d0c (patch)
tree7222a0c6176f912b24a6be019eea2c588f11c62c /app/views
parent27fafacabbfa06ee9e74a14ab7687978cbe931e8 (diff)
going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors
also changing the german error messages to english as the interface is english only so far
Diffstat (limited to 'app/views')
-rw-r--r--app/views/nodes/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/new.html.erb b/app/views/nodes/new.html.erb
index e11030e..850207b 100644
--- a/app/views/nodes/new.html.erb
+++ b/app/views/nodes/new.html.erb
@@ -1,6 +1,6 @@
1<h1>Create new node</h1> 1<h1>Create new node</h1>
2 2
3<%= error_messages_for :node %> 3<%= error_messages_for( :node ).gsub("Slug", "Title") %>
4 4
5 5
6<p>What kind of node do you want to create?</p> 6<p>What kind of node do you want to create?</p>