OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / views / speech_balloons / _element_face.html.erb
index c7f858d..eddf7c8 100644 (file)
@@ -1,8 +1,8 @@
 <div class="elements-tab-face-icon">
-  <%= tag(:img, elm.speech_balloon_template.system_picture.tmb_opt_img_tag) %>
+  <%= tag(:img, element.speech_balloon_template.system_picture.tmb_opt_img_tag) %>
 </div>
 <span class="elements-tab-face-caption">
-  <%= h(truncate(elm.speech.content, :length => 15)) -%>
+  <%= h(truncate(element.speech.content, :length => 15)) -%>
 </span>
 <div class="elements-tab-face-end">
 </div>