Sha256: c8e62b2059b45924d280ce57811be3ac78c4d661b84a9826d3df9ad5768e3738

Contents?: true

Size: 586 Bytes

Versions: 3

Compression:

Stored size: 586 Bytes

Contents

<div id="Menu" width="150">
  <table>
  <% published = @action_name =~ /published/
     show_by = published ? '../published/' : '../show/'
     begin %>
        <tr><th><%= @web.name %> Quick Links</th></tr>
        <tr><th>&nbsp;</th></tr>
        <% if @menu_pages.nil? %>
            <tr><td><%= @menu_content %></td></tr>
        <% else %>
          <% for page in @menu_pages %>
            <tr><td><a href="<%= show_by + page.name %>"><%= truncate(page.plain_name, 35) %></a></td></tr>
          <% end %>
        <% end %>
  <% rescue Exception
     end
  %>
  </table>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
Pimki-1.7.092 app/views/menu.rhtml
Pimki-1.8.092 app/views/menu.rhtml
Pimki-1.8.200 app/views/menu.rhtml