OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / panel_pictures / _element_face.html.erb
index 1517d3a..6a87ab9 100644 (file)
@@ -1,9 +1,9 @@
 <div class="elements-tab-face-icon">
-  <%= tag(:img, elm.tmb_opt_img_tag) %>
+  <%= tag(:img, element.tmb_opt_img_tag) %>
 </div>
 <span class="elements-tab-face-caption">
   <% -%>
-  <%= h(truncate(elm.caption, :length => 15)) -%>
+  <%= h(truncate(element.caption, :length => 15)) -%>
 </span>
 <div class="elements-tab-face-end">
 </div>