OSDN Git Service

update license test
[pettanr/pettanr.git] / app / views / common_licenses / result.html.erb
1 <table>
2   <tr>
3     <th>name</th>
4     <th>message</th>
5   </tr>
6 <% @errors.each do |common_license| %>
7     <td><%= h common_license.name %></td>
8     <td><%= h common_license.import_error_message('<br>') %></td>
9 <% end %>
10 </table>