diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/nodes_controller.rb | 1 | ||||
| -rw-r--r-- | app/views/nodes/new.html.erb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb index cfc9e7b..538e2f6 100644 --- a/app/controllers/nodes_controller.rb +++ b/app/controllers/nodes_controller.rb | |||
| @@ -38,7 +38,6 @@ class NodesController < ApplicationController | |||
| 38 | @node.draft.update_attributes(:title => params[:title]) | 38 | @node.draft.update_attributes(:title => params[:title]) |
| 39 | redirect_to(edit_node_path(@node)) | 39 | redirect_to(edit_node_path(@node)) |
| 40 | else | 40 | else |
| 41 | @node.errors.add_to_base("Titel zu kurz") if @node.errors["slug"] | ||
| 42 | render :new | 41 | render :new |
| 43 | end | 42 | end |
| 44 | end | 43 | end |
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> |
