mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Merge pull request #2511 from rabuzarus/1205_photo_live_update
1205 photo live update
This commit is contained in:
commit
d6a124ee2b
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
<div id="live-display"></div>
|
||||
<div id="live-photos"></div>
|
||||
<h3><a href="{{$album.0}}">{{$album.1}}</a></h3>
|
||||
|
||||
<div id="photo-edit-link-wrap">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<div id="live-display"></div>
|
||||
<div id="live-photos"></div>
|
||||
<h3><a href="{{$album.0}}">{{$album.1}}</a></h3>
|
||||
|
||||
<div id="photo-edit-link-wrap">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<div id="live-display"></div>
|
||||
<div id="live-photos"></div>
|
||||
<h3><a href="{{$album.0}}">{{$album.1}}</a></h3>
|
||||
|
||||
<div id="photo-edit-link-wrap">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="live-display"></div>
|
||||
<div id="live-photos"></div>
|
||||
<h3 id="photo-album-title"><a href="{{$album.0}}">{{$album.1}}</a></h3>
|
||||
|
||||
<div id="photo-edit-link-wrap">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<div id="live-display"></div>
|
||||
<div id="live-photos"></div>
|
||||
<h3><a href="{{$album.0}}">{{$album.1}}</a></h3>
|
||||
|
||||
<div id="photo-edit-link-wrap">
|
||||
|
|
Loading…
Reference in a new issue