Sha256: 5e8b79f29b70d39f554357e00f46581e0a2c1623c1478769c362742cd78ab8d8
Contents?: true
Size: 621 Bytes
Versions: 12
Compression:
Stored size: 621 Bytes
Contents
<h1 style="text-align:center">Details for <em><%=@info.delete( :title ) %></em></h1> <% if @info.has_key? :links %> <div style="text-align:right;"> <% @info.delete(:links).each_pair do |name, url| %> <a href='<%=url%>'><%=name%></a> <% end %> </div> <% end %> <table class="cltn" border="0" cellpadding="10" cellspacing="20"> <thead> <th width="20%">Name</th> <th width="80%">Value</th> </thead> <tbody> <% @info.each_pair do |name, info| %> <tr valign="top"> <td><%= name %></td> <td><%= display_info(info) %></td> </tr> <% end %> </tbody> </table>
Version data entries
12 entries across 12 versions & 1 rubygems