OSDN Git Service

fix: view system2
[pettanr/pettanr.git] / app / assets / javascripts / views / system_pictures / show.js.coffee
index 7f2172e..0a55777 100644 (file)
@@ -1,9 +1,10 @@
-class Pettanr.Views.SystemPicture.Show extends Pettanr.View\r
-  tagName: 'div'\r
+class Pettanr.Views.SystemPicture.Show extends Pettanr.View.Show\r
   \r
   initialize: (options) ->\r
+    @header = new Pettanr.View.Show.Header(@item, this, @binder_header_options())\r
   \r
   render: () ->\r
     this.$el.html('')\r
+    this.$el.append(@header.render().el)\r
     this\r
   \r