aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cover_photo.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-02 09:22:23 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-02 09:22:23 +0200
commit9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e (patch)
tree08ab408a73711eedbc231ba3bfb3325cdb7842b9 /view/tpl/cover_photo.tpl
parent3f75dd108374d24674436c58deb9d2a795fbf604 (diff)
parent7a55ead97db94284146612364b8ce1c59de8771f (diff)
downloadvolse-hubzilla-9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e.tar.gz
volse-hubzilla-9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e.tar.bz2
volse-hubzilla-9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/tpl/cover_photo.tpl')
-rwxr-xr-xview/tpl/cover_photo.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl
index 92efcdf02..5a5bf2286 100755
--- a/view/tpl/cover_photo.tpl
+++ b/view/tpl/cover_photo.tpl
@@ -86,6 +86,9 @@
<h2>{{$title}}</h2>
</div>
<div class="section-content-wrapper">
+ {{if $info}}
+ <div class="section-content-warning-wrapper">{{$info}}</div>
+ {{/if}}
{{if $existing}}
<img class="cover-photo-review" style="max-width: 100%;" src="{{$existing.url}}" alt="{{t('Cover Photo')}}" />
{{/if}}