Sha256: dafab2dea6f492a6db88fa4ee1f2d0ddf0d4e121442eba2e84e6fc3da23a627a
Contents?: true
Size: 625 Bytes
Versions: 9
Compression:
Stored size: 625 Bytes
Contents
<h2 class='title'><%= _('relations') %></h2> <table id='relation_list' class='admin' cellspacing="0"> <tr><th class='nav' colspan='5'><%= will_paginate @relations %></th></tr> <% @classes.keys.sort.each do |kpath| -%> <tr class='virtual_class'> <th class='nav sub constant' colspan='5'> <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
9 entries across 9 versions & 1 rubygems