working through 15.3
This commit is contained in:
2
cookbook/015/hodgepodge/app/views/foo/index.html.erb
Normal file
2
cookbook/015/hodgepodge/app/views/foo/index.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Foo#index</h1>
|
||||
<p>Find me in app/views/foo/index.html.erb</p>
|
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Hodgepodge</title>
|
||||
<title>My Website - <%= @title %></title>
|
||||
</head>
|
||||
<body>
|
||||
<%= yield %>
|
||||
|
Reference in New Issue
Block a user