Sha256: 649699686c244e806c72bfa0f2ca8f0cecb144718dfd3ad178e8a4a8ae756bca
Contents?: true
Size: 885 Bytes
Versions: 1
Compression:
Stored size: 885 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-TW"> <head profile="http://www.w3.org/2005/10/profile"> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/> <meta name="description" content="godfat.org"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>GW2 Bank</title> </head> <body> <ul> <% @items.each do |item| %> <li> <% if item %> <img src="<%= item['icon'] %>" style="width:64px; height:64px" title="<%= item_title(item) %>"/> (<%= item['count'] %>) <%= item['name'] %> <% else %> N/A <% end %> </li> <% end %> </ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-gw2-0.1.0 | lib/rest-gw2/view/bank.erb |