OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / app / views / common_licenses / result.html.erb
index 4e27dac..f686e1c 100644 (file)
@@ -1,2 +1,10 @@
+<table>
+  <tr>
+    <th>name</th>
+    <th>message</th>
+  </tr>
 <% @errors.each do |common_license| %>
+    <td><%= h common_license.name %></td>
+    <td><%= h common_license.import_error_message('<br>') %></td>
 <% end %>
+</table>