Sha256: b1f198c0d27dfdcbb77f546724d026e944c8ccd617e168b558cc7b91f19f206b

Contents?: true

Size: 277 Bytes

Versions: 102

Compression:

Stored size: 277 Bytes

Contents

<%= help_entry_li(help_entry) do %>
   <%= link_to(t('menu_item', scope: help_entry.translation_key), "##{help_entry.name}") %>

   <% if help_entry.children.present? %>
     <%= render('pageflow/help_entries/menu', help_entries: help_entry.children) %>
   <% end %>
<% end %>

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
pageflow-0.7.1 app/views/pageflow/help_entries/_menu_item.html.erb
pageflow-0.7.0 app/views/pageflow/help_entries/_menu_item.html.erb