OSDN Git Service

t#29061/t#29089/t#29076:add mylist. modify panel picture
[pettanr/pettanr.git] / app / views / standard_licenses / _confirm.html.erb
1 <% @sp = SystemPicture.find(@resource_picture.credit_data["system_picture_id"]) %>
2 <%= content_tag(:a, 
3   tag(:img, :src => @sp.url, :alt => h(@license_group.caption.to_s + '[' + @license.caption.to_s + ']')), 
4   :href => @license.url )
5 %>