reinteractive-open / installfest_guides

The installfest guides
24 stars 29 forks source link

Add content to remove <p id="notice"> duplicates #242

Closed hackvan closed 5 years ago

hackvan commented 5 years ago

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.

RachelleOnRails commented 5 years ago

Thanks @hackvan, fixed.