Remove duplicate photo album edit link
This commit is contained in:
parent
b1b6533512
commit
b6fa528b63
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
<h3 id="photo-album-title">{{$album}}</h3>
|
<h3 id="photo-album-title">{{$album}}</h3>
|
||||||
|
|
||||||
{{if $edit}}
|
|
||||||
<div id="album-edit-link"><a href="{{$edit.1}}" title="{{$edit.0}}">{{$edit.0}}</a></div>
|
|
||||||
{{/if}}
|
|
||||||
{{if $edit}}
|
{{if $edit}}
|
||||||
<div id="album-edit-link"><a href="{{$edit.1}}" title="{{$edit.0}}">{{$edit.0}}</a></div>
|
<div id="album-edit-link"><a href="{{$edit.1}}" title="{{$edit.0}}">{{$edit.0}}</a></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in a new issue