diaspora/app/views/templates/activity_streams_photo.jst
danielgrippi 42276a73c8 remove old stream initialization from js pages; remove websocket js code
from the layout; rename templates to have a .jst extension
(JavaScriptTemplate?)
2012-01-07 14:23:26 -08:00

3 lines
185 B
Text

<a href="<%= object_url %>" class="stream-photo-link">
<img src="<%= image_url %>" data-small-photo="<%= image_url %>" data-full-photo="<%= image_url %>" class="stream-photo" />
</a>