diff options
Diffstat (limited to 'app/views/custom/page_templates/public/chapter_detail.html.erb')
| -rw-r--r-- | app/views/custom/page_templates/public/chapter_detail.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/custom/page_templates/public/chapter_detail.html.erb b/app/views/custom/page_templates/public/chapter_detail.html.erb index f47353c4..c4c25982 100644 --- a/app/views/custom/page_templates/public/chapter_detail.html.erb +++ b/app/views/custom/page_templates/public/chapter_detail.html.erb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | <div class="article" lang="<%= @page.effective_lang %>"> | 1 | <div class="article" lang="<%= @page.effective_lang %>"> |
| 2 | <h2 class="headline"><%= @page.title %></h2> | 2 | <h2 class="headline"><%= @page.title %></h2> |
| 3 | <%= headline_image %> | ||
| 3 | <% if @page.node.external_url.present? %> | 4 | <% if @page.node.external_url.present? %> |
| 4 | <div class="chapter_url"><%= link_to @page.node.external_url, @page.node.external_url, target: '_blank', rel: 'noopener' %></div> | 5 | <div class="chapter_url"><%= link_to @page.node.external_url, @page.node.external_url, target: '_blank', rel: 'noopener' %></div> |
| 5 | <% end %> | 6 | <% end %> |
