OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / views / panels / _form.html.erb
index fa36417..363a045 100644 (file)
             <% when 'SpeechBalloon' %>
               <div id="new-speech_balloon-tabs">
                 <ul>
-                  <% SpeechBalloonTemplate.list().each_with_index do |sbt, index| %>
+                  <% SpeechBalloonTemplate.enable_list().each_with_index do |sbt, index| %>
                     <li>
                       <a href="#new-speech_balloon-tabs-<%= index -%>">
                         <div class="new-speech_balloon-tab">
   </div>
 <% end %>
 <div id="writing_formats">
-  <% WritingFormat.list().each do |wf| %>
+  <% WritingFormat.enable_list().each do |wf| %>
     <div id="writing_format-<%= wf.id -%>" writing_format_id="<%= wf.id -%>" writing_format_engine_name="<%= wf.engine_name -%>">
     </div>
   <% end %>