Sha256: 9c6f59ee1f871093a0708426fc1434d82149736ad8f9759d15e55cb1724a1d9e
Contents?: true
Size: 584 Bytes
Versions: 37
Compression:
Stored size: 584 Bytes
Contents
<table class="index"> <thead> <tr> <th><%= t("name") %></th> <th></th> </tr> </thead> <tbody> <% @prototypes.each do |prototype| %> <tr id="row_<%= prototype.id %>"> <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><td colspan="2"><% t("none") %>.</td></tr> <% end %> </tbody> </table>
Version data entries
37 entries across 37 versions & 7 rubygems