OSDN Git Service

t#:
[pettanr/pettanr.git] / app / assets / javascripts / views / panel_pictures / show.js.coffee
index 5c71fc3..fd13938 100644 (file)
@@ -9,7 +9,7 @@ class Pettanr.Views.PanelPicture.Show extends Pettanr.View.Show
       success: (item) =>\r
         @panel = item.with_elements()\r
         @panel.fetch().done =>\r
-          @panel.attributes = @panel.replaced_attributes()\r
+          @panel.attributes = @panel.decoded_attributes()\r
           @authored_by = @panel.authored_by()\r
           @body = new Pettanr.Views.Panel.Body({\r
             panel: @panel,\r