Sha256: 46e41c29f873799f5836a7bf45bd2d0d36804ade004537d790c4647ef8a84c95
Contents?: true
Size: 475 Bytes
Versions: 4
Compression:
Stored size: 475 Bytes
Contents
<p> <% if point[:href] && point[:linkimg] %> <% if point[:comment] %> <%= h point[:comment] %><br /><br /> <% end %> <a href='<%= point[:href] %>' target='_blank'><img src='<%= point[:linkimg] %>'></a> <% elsif point[:href] && point[:linktext] %> <% if point[:comment] %> <%= h point[:comment] %><br /><br /> <% end %> <a href='<%= point[:href] %>' target='_blank'><%= point[:linktext] %></a> <% elsif point[:comment] %> <%= h point[:comment] %> <% end %> </p>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
travlrmap-0.0.13 | views/_point_comment.erb |
travlrmap-0.0.12 | views/_point_comment.erb |
travlrmap-0.0.11 | views/_point_comment.erb |
travlrmap-0.0.10 | views/_point_comment.erb |