Sha256: d22c903971c548b77ccd11b7a7a02eb28fc414bd40a892815a2c43cf2a27fbea
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
<html> <head> </head> <body> <% symbols = [:name, :description, :relroot ] %> <h1>Variables in album page</h1> <table border="1"> <% symbols.each do |symbol| %> <tr> <td> <pre>album.<%= symbol.to_s %></pre> </td> <td> <%= album.__send__(symbol) %> </td> </tr> <% end %> </table> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gf-ralbum-0.0.5 | lib/ralbum/skins/test_erb/template/album_page.rhtml |