OSDN Git Service

merge v06sheet
[pettanr/pettanr.git] / app / views / sheets / _standard.html.erb
diff --git a/app/views/sheets/_standard.html.erb b/app/views/sheets/_standard.html.erb
new file mode 100644 (file)
index 0000000..ad2f5f4
--- /dev/null
@@ -0,0 +1,9 @@
+<%= render 'sheets/body', :sheet => sheet, :author => author %>
+<div class="sheet-data">
+  <% sheet.sheet_elements.each do |sheet_panel| %>
+    <%= render 'sheet_panels/play_footer', :sheet_panel => sheet_panel, :author => author %>
+  <% end %>
+  <%= render 'sheet_panels/licensed_pictures', :licensed_pictures => @sheet.licensed_pictures %>
+</div>
+<div class="sheet-break">
+</div>