Skip to content

Commit d06b5e7

Browse files
committed
Chapter 15 updated
1 parent cbe91cf commit d06b5e7

File tree

275 files changed

+1509
-6712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+1509
-6712
lines changed

Chapter 06/myProject/Sources/App/Modules/Admin/Views/Home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>#(header)</h2>
55
</section>
66
<section class="wrapper">
77
<p>#(message)</p>
8-
<a href="/admin/blog/posts">Blog posts</a>
8+
<a href="/admin/blog/posts/">Blog posts</a>
99
</section>
1010
#enddefine
1111
#inline("Admin/Index")

Chapter 06/myProject/Sources/App/Modules/Blog/Views/Admin/Posts/Edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#let(title = "Blog admin")
22
#define(body):
33
<div class="wrapper">
4-
<h2><a href="/admin/blog/posts">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
4+
<h2><a href="/admin/blog/posts/">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
55
#if(edit.id != nil):
66
<a href="/#(edit.slug.value)" target="_blank">Preview</a>
77
#endif

Chapter 07/myProject/Sources/App/Modules/Admin/Views/Home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>#(header)</h2>
55
</section>
66
<section class="wrapper">
77
<p>#(message)</p>
8-
<a href="/admin/blog/posts">Blog posts</a>
8+
<a href="/admin/blog/posts/">Blog posts</a>
99
</section>
1010
#enddefine
1111
#inline("Admin/Index")

Chapter 07/myProject/Sources/App/Modules/Blog/Views/Admin/Posts/Edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#let(title = "Blog admin")
22
#define(body):
33
<div class="wrapper">
4-
<h2><a href="/admin/blog/posts">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
4+
<h2><a href="/admin/blog/posts/">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
55
#if(edit.id != nil):
66
<a href="/#(edit.slug.value)" target="_blank">Preview</a>
77
#endif

Chapter 08/myProject/Sources/App/Modules/Admin/Views/Home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ <h2>#(header)</h2>
55
</section>
66
<section class="wrapper">
77
<p>#(message)</p>
8-
<a href="/admin/blog/posts">Blog posts</a>
9-
<a href="/admin/blog/categories">Blog categories</a>
8+
<a href="/admin/blog/posts/">Blog posts</a>
9+
<a href="/admin/blog/categories/">Blog categories</a>
1010
</section>
1111
#enddefine
1212
#inline("Admin/Index")

Chapter 08/myProject/Sources/App/Modules/Blog/Views/Admin/Categories/Edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#let(title = "Blog admin")
22
#define(body):
33
<div class="wrapper">
4-
<h2><a href="/admin/blog/categories">Categories</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
4+
<h2><a href="/admin/blog/categories/">Categories</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
55
</div>
66

77
<form id="category-edit-form" class="wrapper" method="post" action="/admin/blog/categories/#(edit.id ?? "new")">

Chapter 08/myProject/Sources/App/Modules/Blog/Views/Admin/Posts/Edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#let(title = "Blog admin")
22
#define(body):
33
<div class="wrapper">
4-
<h2><a href="/admin/blog/posts">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
4+
<h2><a href="/admin/blog/posts/">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
55
#if(edit.id != nil):
66
<a href="/#(edit.slug.value)" target="_blank">Preview</a>
77
#endif

Chapter 09/myProject/Sources/App/Modules/Admin/Views/Home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ <h2>#(header)</h2>
55
</section>
66
<section class="wrapper">
77
<p>#(message)</p>
8-
<a href="/admin/blog/posts">Blog posts</a>
9-
<a href="/admin/blog/categories">Blog categories</a>
8+
<a href="/admin/blog/posts/">Blog posts</a>
9+
<a href="/admin/blog/categories/">Blog categories</a>
1010
</section>
1111
#enddefine
1212
#inline("Admin/Index")

Chapter 09/myProject/Sources/App/Modules/Blog/Views/Admin/Categories/Edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#let(title = "Blog admin")
22
#define(body):
33
<div class="wrapper">
4-
<h2><a href="/admin/blog/categories">Categories</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
4+
<h2><a href="/admin/blog/categories/">Categories</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
55
</div>
66

77
<form id="category-edit-form" class="wrapper" method="post" action="/admin/blog/categories/#(edit.id ?? "new")">

Chapter 09/myProject/Sources/App/Modules/Blog/Views/Admin/Posts/Edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#let(title = "Blog admin")
22
#define(body):
33
<div class="wrapper">
4-
<h2><a href="/admin/blog/posts">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
4+
<h2><a href="/admin/blog/posts/">Posts</a> / #(edit.id != nil ? "Edit" : "Create")</h2>
55
#if(edit.id != nil):
66
<a href="/#(edit.slug.value)" target="_blank">Preview</a>
77
#endif

0 commit comments

Comments
 (0)