Sha256: cb7b0c67a87cc2dc5c2c237fe9ab03af423b797d815713b2fe74dbcac39711f1
Contents?: true
Size: 624 Bytes
Versions: 5
Compression:
Stored size: 624 Bytes
Contents
<h2 class='title'><%= _('relations') %></h2> <table id='relation_list' class='admin' cellspacing="0"> <tr><th class='nav' colspan='4'><%= will_paginate @relations %></th></tr> <% @classes.keys.sort.each do |kpath| -%> <tr class='virtual_class'> <th class='nav sub constant' colspan='4'> <span class='kpath'><%= kpath %></span> <%= VirtualClass.find_by_kpath(kpath).to_s %> </th> </tr> <% @classes[kpath].each do |dir, rel| -%> <%= @show_dir = dir; render :partial=>'relations/li', :collection=>[rel] %> <% end -%> <% end -%> <%= render :partial=>'relations/add' %> </table>
Version data entries
5 entries across 5 versions & 1 rubygems