diff --git a/part_2_dynamic.md b/part_2_dynamic.md index 0eba41b..74c6d22 100644 --- a/part_2_dynamic.md +++ b/part_2_dynamic.md @@ -162,7 +162,7 @@ Option 2: Just bring it back, using `first` and `drop` <% end %> <% @hobbies.drop(3).each do |hobby, i| %> -
  • +
  • <% end %> @@ -191,31 +191,17 @@ Now, let's add a menu to connect the pages. This will trigger the need for somet Add this code and remember to include bootstrap, if you haven't yet (ask your coach). {% highlight html %} -