OSDN Git Service

fix: view
[pettanr/pettanr.git] / app / assets / javascripts / view / summary / binder.js.coffee
index 0956877..0caa344 100644 (file)
@@ -12,14 +12,16 @@ class Pettanr.View.Summary.Binder extends Pettanr.View.Summary
     })\r
     @item.get_parent('author', this, {\r
       success: (@author) =>\r
-        @author_mini_faced_label = @author.mini_faced_label({\r
+        @author_faced_label_button = @author.mini_faced_label_button({\r
+            shorten: true\r
+          }, {\r
           context: @context,\r
           click: () =>\r
             @trigger('http_get', @author.show_url())\r
         })\r
         this.$el.html('')\r
         this.$el.append(@visible.render().el)\r
-        this.$el.append(@author_mini_faced_label.render().el)\r
+        this.$el.append(@author_faced_label_button.render().el)\r
     })\r
     this\r
   \r