Sha256: b18328b17390327c822b01f92cc84afd0d27b04b41e1ebc9acd5e315b2ab7401
Contents?: true
Size: 757 Bytes
Versions: 20
Compression:
Stored size: 757 Bytes
Contents
<% redcar_css = File.expand_path(File.join(Redcar.root, %w(plugins html_view views default.css))) %> <% watermark = File.expand_path(File.join(Redcar.root, %w(plugins html_view views watermark-48.png))) %> <link rel="stylesheet" href="file://<%= redcar_css %>" type="text/css" media="screen"> <div id="top"> <img src="file://<%=watermark%>" id="watermark"/> <h1>Installed Bundles</h1> <a href="controller/index">Refresh</a> </div> <div class="main"> <table> <tr> <th>Name</th> <th>Description</th> </tr> <% Redcar::Textmate.all_bundles.sort{|a, b| a.name.to_s <=> b.name.to_s}.each do |one| %> <tr> <td><%= one.name %></td> <td><%= one.description %></td> </tr> <% end %> </table> </div>
Version data entries
20 entries across 20 versions & 2 rubygems