File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ view (like instance variables in Rails). In this example, we're adding the list
303303of posts to a key named ` posts ` , so we can access it from the template.
304304
305305Following code must be implemented to
306- [ templates/blog/index.html] ( https://github.com/lidimayra/from-rails-to-spring-boot/blob/101611c7 /myapp/src/main/resources/templates/blog/index.html ) :
306+ [ templates/blog/index.html] ( https://github.com/lidimayra/from-rails-to-spring-boot/blob/415ed6d9c2e9035780dd20ba7e5a71e12bcfbbee /myapp/src/main/resources/templates/blog/index.html ) :
307307``` html
308308<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd" >
309309<html xmlns =" http://www.w3.org/1999/xhtml" xmlns:th =" http://www.thymeleaf.org" >
@@ -324,8 +324,7 @@ Following code must be implemented to
324324
325325```
326326
327- See implementation [ in
328- here] ( https://github.com/lidimayra/from-rails-to-spring-boot/commit/b96ce2c ) .
327+ See implementation [ here] ( https://github.com/lidimayra/from-rails-to-spring-boot/commit/da63ee6f30bf46dd7cc5fa1904ee3d545ec2dead ) .
329328
330329Now, accessing application at http://localhost:8080/posts , it is possible to
331330list and to submit posts using the features implemented so far. Similar approach
You can’t perform that action at this time.
0 commit comments