OSDN Git Service

search text
[tdcgexplorer/nimono.git] / app / views / arcs / index.html.erb
index 49b6af7..ff82027 100644 (file)
@@ -22,8 +22,8 @@
   <tr class="<%= cycle('odd', 'even') %>">
     <td><%=link_to arc.code, arc_path(arc) %></td>
     <td><%= arc.extname %></td>
-    <td><%= arc.location.code %></td>
-    <td><%= arc.locked? ? 'yes' : 'no' %></td>
+    <td><%= arc.site.code %></td>
+    <td><%= arc.locked ? 'yes' : 'no' %></td>
     <td><%= arc.summary %></td>
     <td><%= arc.origname %></td>
   </tr>