Sha256: f83465d18232f5833172463486f128fa74a9114ac1a4891e813038e17ca26775
Contents?: true
Size: 315 Bytes
Versions: 10
Compression:
Stored size: 315 Bytes
Contents
<%- navigation.each do |topic_group| -%> <%- if topic_id.start_with?(topic_group[:id]) %> | <%= topic_group[:name] %> <%- end -%> <%- if topic_group.has_key?(:topics) -%> <%= render("_templates/_title.html.erb", :navigation => topic_group[:topics], :topic_id => topic_id) %> <%- end -%> <%- end -%>
Version data entries
10 entries across 10 versions & 2 rubygems