use a comma
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@112 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
05b54b6129
commit
74037ae3c6
|
@ -3,7 +3,7 @@
|
||||||
<% if @tag_images.empty? -%>
|
<% if @tag_images.empty? -%>
|
||||||
None.
|
None.
|
||||||
<% elsif (read_only ||= false) -%>
|
<% elsif (read_only ||= false) -%>
|
||||||
<%= @tag_images.collect { |t| "<span onmouseover=\"show_tag_at(#{t.x}, #{t.y})\" onmouseout=\"hide_tag_box()\">#{t.tagged.title} (<em>#{t.tagged_type}</em>)</span>" } %>
|
<%= @tag_images.collect { |t| "<span onmouseover=\"show_tag_at(#{t.x}, #{t.y})\" onmouseout=\"hide_tag_box()\">#{t.tagged.title} (<em>#{t.tagged_type}</em>)</span>" }.join(', ') %>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
<%= @tag_images.collect { |t| "<span onmouseover=\"show_tag_at(#{t.x}, #{t.y})\" onmouseout=\"hide_tag_box()\">#{t.tagged.title} (<em>#{t.tagged_type}</em> | #{link_to_remote('Remove', :url => tag_image_path(t), :update => 'tag_images', :method => :delete)})</span>" }.join(', ') -%>
|
<%= @tag_images.collect { |t| "<span onmouseover=\"show_tag_at(#{t.x}, #{t.y})\" onmouseout=\"hide_tag_box()\">#{t.tagged.title} (<em>#{t.tagged_type}</em> | #{link_to_remote('Remove', :url => tag_image_path(t), :update => 'tag_images', :method => :delete)})</span>" }.join(', ') -%>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Reference in New Issue