Sha256: 95251519d745ef8aa11f9686c258c40796d01236544fdfe51b2102fcae9ba329

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

<%
  # Collect the root items.
  # Refinery::Menu is smart enough to remember all of the items in the original collection.
%>
<nav>
  <ul>
    <%=link_to 'home', ''%>
  </ul>
</nav>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/shared/_menu.html.erb
mcms_blog-0.0.4 app/views/shared/_menu.html.erb
mcms_blog-0.0.3 app/views/shared/_menu.html.erb
mcms_blog-0.0.2 app/views/shared/_menu.html.erb