OSDN Git Service

t#:31222
[pettanr/pettanr.git] / app / views / panels / index.html.erb
index 0f61452..9f511b9 100644 (file)
@@ -3,3 +3,8 @@
   <%= render 'standard', :panel => panel, :author => @author %>
 <% end %>
 <%= link_to t('panels.new.title'), new_panel_path %>
+<noscript>
+  <% @panels.each do |panel| %>
+    <%= raw panel.scenario %>
+  <% end %>
+</noscript>