Sha256: 5115e22d5a2b51095b81584f5e67e8e5c06982e38de17a44f843d3f7a23f9884
Contents?: true
Size: 881 Bytes
Versions: 12
Compression:
Stored size: 881 Bytes
Contents
<%= tr8n_with_options_tag(:default_locale => 'en-US', :admin => true) do %> <%= render :partial => "/tr8n/common/header" %> <style> .section_list { margin-left:1em; padding: 3px; list-style-type:none; } .section_list_item { padding:3px; font-size: 12px; } </style> <% Tr8n::SiteMap.roots.each do |section| next unless section.enabled? %> <div class="section_title"> <%=tra(section.label, section.description)%> </div> <div class="section grey"> <div style="float:right; padding-right:5px;"> <%=tr8n_help_icon_tag %> </div> <div style="padding-left:15px; padding-bottom:20px"> <%= tr8n_sitemap(section.children, section.data[:splitters]) %> </div> </div> <% end %> <%= render :partial => "/tr8n/common/footer" %> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems