OSDN Git Service

t#31223:add them contents list for author and artist
[pettanr/pettanr.git] / app / views / provider_statuses / _licenses_errors.html.erb
1 <h2>
2   <%= t('provider_statuses.licenses_import.fail', :size => failures.size) %>
3 </h2>
4 <table>
5   <tr>
6     <th><%= t_m 'License.caption' -%></th>
7     <th><%= t_m 'License.name' -%></th>
8   </tr>
9   <% failures.each do |license| %>
10     <tr>
11       <td>
12         <%= link_to h(license['caption']), license['url'] %>
13       </td>
14       <td>
15         <%= h(license['name']) %>
16       </td>
17     </tr>
18   <% end %>
19 </table>