aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/posts/show.html.erb
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-04-20 12:53:18 +0200
committerOscar Del Ben <info@oscardelben.com>2012-04-20 12:53:18 +0200
commite7e72aa253d9cb3bef786a955794986d1f3ff871 (patch)
tree85d7b3c6f1d2ac3f6928e695a0032332cda641a5 /guides/code/getting_started/app/views/posts/show.html.erb
parent2e2afc0ac64190261df4b05428afddea96c8628c (diff)
downloadrails-e7e72aa253d9cb3bef786a955794986d1f3ff871.tar.gz
rails-e7e72aa253d9cb3bef786a955794986d1f3ff871.tar.bz2
rails-e7e72aa253d9cb3bef786a955794986d1f3ff871.zip
Add index and links section to Getting started guide
Diffstat (limited to 'guides/code/getting_started/app/views/posts/show.html.erb')
-rw-r--r--guides/code/getting_started/app/views/posts/show.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/code/getting_started/app/views/posts/show.html.erb b/guides/code/getting_started/app/views/posts/show.html.erb
index 6207babdf0..a79fadfe4c 100644
--- a/guides/code/getting_started/app/views/posts/show.html.erb
+++ b/guides/code/getting_started/app/views/posts/show.html.erb
@@ -7,3 +7,5 @@
<strong>Text:</strong>
<%= @post.text %>
</p>
+
+<%= link_to 'Back', :action => :index %>