Sha256: 6d8338cac1c28f4c607ee579b3b96b65db002490b122123e009e45aede375213

Contents?: true

Size: 506 Bytes

Versions: 28

Compression:

Stored size: 506 Bytes

Contents

<div>
  <p><%= link_to 'Home', scrivito_path(Obj.homepage) %></p>

  <%= scrivito_tag_list :ul, Obj.homepage, :toclist do |list, page| %>
    <%= list.tag :li do %>
      <%= link_to page.display_title, scrivito_path(page) %>
    <% end %>
  <% end %>

  <% if Obj.homepage.toclist.empty? && scrivito_in_editable_view? %>
    <p>(Hint: Click on the Scrivito icon to the right to create the first subpage.)</p>
  <% end %>
</div>

<%= scrivito_tag :h1, @obj, :title %>
<%= scrivito_tag :div, @obj, :body %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
scrivito_sdk-0.66.0 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.66.0.rc2 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.65.2 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.66.0.rc1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.65.1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.65.0 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.65.0.rc2 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.65.0.rc1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.60.0 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.60.0.rc2 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.50.1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.60.0.rc1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.50.0 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.50.0.rc2 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.50.0.rc1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.42.1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.42.1.rc3 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.42.1.rc2 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.42.1.rc1 lib/generators/scrivito/install/templates/app/views/page/index.html.erb
scrivito_sdk-0.42.0 lib/generators/scrivito/install/templates/app/views/page/index.html.erb