From 323d2c42c3782db9e30b37abb4787fe73d6d7c8d Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Wed, 2 May 2012 11:13:20 +0200 Subject: Rewrite refactoring section in getting started guide --- guides/code/getting_started/app/views/comments/_comment.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'guides/code/getting_started/app/views/comments/_comment.html.erb') diff --git a/guides/code/getting_started/app/views/comments/_comment.html.erb b/guides/code/getting_started/app/views/comments/_comment.html.erb index 4c3fbf26cd..0cebe0bd96 100644 --- a/guides/code/getting_started/app/views/comments/_comment.html.erb +++ b/guides/code/getting_started/app/views/comments/_comment.html.erb @@ -1,13 +1,13 @@

- Commenter: + Commenter: <%= comment.commenter %>

- +

- Comment: + Comment: <%= comment.body %>

- +

<%= link_to 'Destroy Comment', [comment.post, comment], :confirm => 'Are you sure?', -- cgit v1.2.3