%= content_tag(:li, :class => page_navigation_css_class(page)) do %>
<%= link_to "##{page.perma_id}", :data => {:link => page.id, :chapter_id => page.chapter_id} do %>
<%= page.title %>
<% end %>
<% if chapters_count > 1 %>
<%= "#{I18n.t('pageflow.public.chapter')} #{page.chapter.position + 1}" %>
<%= page.chapter.title %>
<% end %>
<%= page.title %>
<%= image_tag('', data: {src: asset_path(page.thumbnail_url(:navigation_thumbnail_large))}) %>
<% end %>