Sha256: 7849da538972986b322fdfb11c9242c95b08b213b694aad06a931f2c5c27c052
Contents?: true
Size: 865 Bytes
Versions: 13
Compression:
Stored size: 865 Bytes
Contents
<tr id='relation<%= li[:id] %>'> <td class="source"><%= link_to_remote((li.source_unique? ? _('relation_img') : _('relations_img')), :update =>"relation#{li[:id]}", :url => edit_relation_path(li), :method => :get) %></td> <td class="source_role" ><%= li.source_role %></td> <td class="source"><%= Node.get_class_from_kpath(li.source_kpath).to_s %></td> <td class="source_icon" ><%= li.source_icon %></td> <td class="target_icon" ><%= li.target_icon %></td> <td class="target_role" ><%= li.target_role %></td> <td class="target"><%= Node.get_class_from_kpath(li.target_kpath).to_s %></td> <td class="target" ><%= link_to_remote((li.target_unique? ? _('relation_img') : _('relations_img')), :update =>"relation#{li[:id]}", :url => edit_relation_path(li), :method => :get) %></td> </tr>
Version data entries
13 entries across 13 versions & 1 rubygems