OSDN Git Service

v07
[pettanr/pettanr.git] / app / views / ground_colors / _symbol.html.erb
1 <div style="width: 64px;height: 64px;color: #<%= format("%06x", item.code ^ 0xffffff) -%>; background-color: #<%= format("%06x", item.code) -%>;">
2   <%= link_to format("%06x", item.code ^ 0xffffff), item %>
3 </div>