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

Version Path
ascii_binder_gabriel_rh-0.0.1 templates/_templates/_title.html.erb
ascii_binder-1.2 templates/_templates/_title.html.erb
ascii_binder-1.0.1 templates/_templates/_title.html.erb
ascii_binder-1.0 templates/_templates/_title.html.erb
ascii_binder-0.2.3 templates/_templates/_title.html.erb
ascii_binder-0.2.2 templates/_templates/_title.html.erb
ascii_binder-0.2.1 templates/_templates/_title.html.erb
ascii_binder-0.2.0 templates/_templates/_title.html.erb
ascii_binder-0.1.15.3 templates/_templates/_title.html.erb
ascii_binder-0.1.15.2 templates/_templates/_title.html.erb