fix activity streams photo template
This commit is contained in:
parent
b4923a77f0
commit
71146f27db
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,10 @@
|
|||
<div class="activity-streams-photo backdrop">
|
||||
<div class="photoset">
|
||||
<div class="img-bounding-box">
|
||||
<img src="{{object_url}}" />
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue