Sha256: d21ac5a961c2f9a429d8923ee340f34af3f8be2ac1e6aca1d75469f27b416888
Contents?: true
Size: 503 Bytes
Versions: 29
Compression:
Stored size: 503 Bytes
Contents
<h1>Block Type Sources</h1> <p><a href='/admin/block-type-sources/new'>New Source</a></p> <% if (@block_type_sources.count > 0) %> <table class='data'> <tr> <th>Name</th> <th>URL</th> </tr> <% @block_type_sources.each do |bts| %> <tr onclick="window.location='/admin/block-type-sources/<%= bts.id %>/edit';"> <td><%= bts.name %></td> <td><%= bts.url %></td> </tr> <% end %> </table> <% else %> <p>There are no sources.</p> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems