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