OSDN Git Service

t#32472:add select on profiles
[pettanr/pettanr.git] / app / controllers / sheets_controller.rb
index e6ac951..5e5e86f 100644 (file)
@@ -33,6 +33,7 @@ class SheetsController < ApplicationController
 
     respond_to do |format|
       format.html {
+        @sheet = @item
         if @author
           @new_panels = Panel.mylist(@author, 1, 5)
           @new_stories = Story.mylist(@author, 1, 5)