Closed hackvan closed 5 years ago
In this part of the guide:
Open show.html.erb and remove the line <p id="notice"><%= notice %></p>.
show.html.erb
<p id="notice"><%= notice %></p>
add index.html.erb too, that contain a duplicate <p id="notice"><%= notice %></p> tag.
index.html.erb
Thanks @hackvan, fixed.
In this part of the guide:
Open
show.html.erb
and remove the line<p id="notice"><%= notice %></p>
.add
index.html.erb
too, that contain a duplicate<p id="notice"><%= notice %></p>
tag.