OSDN Git Service

fix manifest
[pettanr/pettanr.git] / app / views / comics / _form.html.erb
index 5d9ce6a..9953ba0 100644 (file)
   </div>
   <div class="field">
     <%= f.label :visible %><br />
-    <%= f.collection_select :visible, t_select_items(MagicNumber['comic_visible_items']), :last, :first, :html => {:selected => @comic.visible} %>
+    <%= f.collection_select :visible, t_select_items(manifest.system_resources.select_items['comic_visible_items']), :last, :first, :html => {:selected => @comic.visible} %>
   </div>
   <div class="row_break">
   </div>
   <div class="field">
     <%= f.label :author_id %><br />
-    <%= h @author.name %>
+    <%= h @operators.author.name %>
   </div>
   <div class="row_break">
   </div>