Sha256: c51d7ef0b721a61940d73d15c0839f59644593c372a3c5719145e19c5beb99b7
Contents?: true
Size: 710 Bytes
Versions: 2
Compression:
Stored size: 710 Bytes
Contents
<h1 style="text-align:center">Details for <em><%=@info.delete( :title ) %></em></h1> <% if @info.has_key? :edit %> <div style="text-align:right;"> <a href='<%=@info.delete(:edit)%>'>manage</a> </div> <% end %> <table border="0" cellpadding="10" cellspacing="20" style="width:100%;border-collapse:collapse;;font-size:0.7em;text-align:left"> <thead style="font-weight:bold;font-size:1em;border-bottom:1px #c1c1c1 solid;color:#c1c1c1"> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongo3-0.0.3 | lib/views/explore/_info.erb |
mongo3-0.0.2 | lib/views/_info.erb |