Sha256: 4ba8aa176f22d7ec53dd44b610a5a0608eb1e2b225efd25cc6ca0f64a9feb657
Contents?: true
Size: 662 Bytes
Versions: 36
Compression:
Stored size: 662 Bytes
Contents
<table class="index"> <thead> <tr data-hook="avilable_header"> <th><%= t(:name) %></th> <th></th> </tr> </thead> <tbody> <% @prototypes.each do |prototype| %> <tr id="row_<%= prototype.id %>" data-hook="available_row"> <td><%= prototype.name %></td> <td class="actions"> <%= link_to icon('add') + ' ' + t(:select), select_admin_prototype_url(prototype), :class => 'ajax iconlink select_properties_from_prototype' %> </td> </tr> <% end %> <% if @prototypes.empty? %> <tr data-hook="available_none"><td colspan="2"><% t(:none) %>.</td></tr> <% end %> </tbody> </table>
Version data entries
36 entries across 36 versions & 1 rubygems