OSDN Git Service

pass test:resource picture create
[pettanr/pettanr.git] / app / views / standard_licenses / _credit.html.erb
1 <div>
2 <%= content_tag(:a, 
3   tag(:img, :src => @picture.license.system_picture.url, :alt => h(@picture.license_group.caption.to_s + '[' + @picture.license.caption.to_s + ']')
4   , :href => @picture.license.url )
5 %>
6 </div>
7 著作者:<%= link_to h(@picture.artist_name), :controller => 'artists', :action => :show, :id => @picture.artist.id %>