X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fassets%2Fjavascripts%2Fviews%2Fsystem_pictures%2Fshow.js.coffee;h=0a557773c25ef35694d3e1bff74f7a222abb011c;hb=dbe1cc622a8fda2e7f24294b97dbd064c1cb197e;hp=7f2172e017863557ddfda9798504e375237e310c;hpb=0ead3a286b925e86845cf8211982a7985e522813;p=pettanr%2Fpettanr.git diff --git a/app/assets/javascripts/views/system_pictures/show.js.coffee b/app/assets/javascripts/views/system_pictures/show.js.coffee index 7f2172e0..0a557773 100644 --- a/app/assets/javascripts/views/system_pictures/show.js.coffee +++ b/app/assets/javascripts/views/system_pictures/show.js.coffee @@ -1,9 +1,10 @@ -class Pettanr.Views.SystemPicture.Show extends Pettanr.View - tagName: 'div' +class Pettanr.Views.SystemPicture.Show extends Pettanr.View.Show initialize: (options) -> + @header = new Pettanr.View.Show.Header(@item, this, @binder_header_options()) render: () -> this.$el.html('') + this.$el.append(@header.render().el) this