diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/custom/page_templates/public/no_date_and_author.html.erb | 2 | ||||
| -rw-r--r-- | app/views/custom/page_templates/public/standard_template.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/no_date_and_author.html.erb b/app/views/custom/page_templates/public/no_date_and_author.html.erb index 32eb64a..27cc1c0 100644 --- a/app/views/custom/page_templates/public/no_date_and_author.html.erb +++ b/app/views/custom/page_templates/public/no_date_and_author.html.erb | |||
| @@ -6,4 +6,4 @@ | |||
| 6 | <%= aggregate?(@page.body) %> | 6 | <%= aggregate?(@page.body) %> |
| 7 | </div> | 7 | </div> |
| 8 | 8 | ||
| 9 | <p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file | 9 | <%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file |
diff --git a/app/views/custom/page_templates/public/standard_template.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb index d321472..7893fdd 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb | |||
| @@ -7,4 +7,4 @@ | |||
| 7 | <%= aggregate?(@page.body) %> | 7 | <%= aggregate?(@page.body) %> |
| 8 | </div> | 8 | </div> |
| 9 | 9 | ||
| 10 | <p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file | 10 | <%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file |
