Sha256: c9da39f5fc77bea7f0e10a74fbd16eb86fcc22f3ae575c28d1653230952dae41
Contents?: true
Size: 674 Bytes
Versions: 714
Compression:
Stored size: 674 Bytes
Contents
<div id='crumbtrail'> <a href='/admin'>Admin</a> > <a href='/admin/block-types'>Block Types</a> > <a href='/admin/block-types/store'>Store</a> </div> <h1>Block Type Sources</h1> <p><a href='/admin/block-types/store/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-types/store/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
714 entries across 714 versions & 1 rubygems