OSDN Git Service

add story
[pettanr/pettanr.git] / app / views / comics / list.html.erb
index 8045381..189ada4 100644 (file)
@@ -7,7 +7,6 @@
     <th>width</th>
     <th>height</th>
     <th>visible</th>
-    <th>editable</th>
     <th>author_id</th>
     <th>created_at</th>
     <th>updated_at</th>
@@ -21,7 +20,6 @@
     <td><%= comic.width %></td>
     <td><%= comic.height %></td>
     <td><%= comic.visible %></td>
-    <td><%= comic.editable %></td>
     <td><%= link_to comic.author_id, :controller => '/authors', :action => :browse, :id => comic.author_id %></td>
     <td><%= comic.created_at %></td>
     <td><%= comic.updated_at %></td>