diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-01 19:27:41 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-01 19:27:41 -0700 |
commit | 1ce8ce896b39e4131fdb67ce4505959638c523a5 (patch) | |
tree | ecf53b2f84cc9c412bc68efadc5eb8d82fabf617 /view/tpl/show_thing.tpl | |
parent | 85daf26eb1f12a5fd7f2782b0cd4c9cd6f2c0cb5 (diff) | |
download | volse-hubzilla-1ce8ce896b39e4131fdb67ce4505959638c523a5.tar.gz volse-hubzilla-1ce8ce896b39e4131fdb67ce4505959638c523a5.tar.bz2 volse-hubzilla-1ce8ce896b39e4131fdb67ce4505959638c523a5.zip |
provide consistent ui for things
Diffstat (limited to 'view/tpl/show_thing.tpl')
-rw-r--r-- | view/tpl/show_thing.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/show_thing.tpl b/view/tpl/show_thing.tpl index 4ef5473c2..c98003ea2 100644 --- a/view/tpl/show_thing.tpl +++ b/view/tpl/show_thing.tpl @@ -1,7 +1,7 @@ <h2>{{$header}}</h2> {{if $thing}} <div class="thing-show"> -{{if $thing.obj_imgurl}}<img src="{{$thing.obj_imgurl}}" width="175" height="175" alt="{{$thing.obj_term}}" />{{/if}} +{{if $thing.obj_imgurl}}<a href="{{$thing.obj_url}}" ><img src="{{$thing.obj_imgurl}}" width="175" height="175" alt="{{$thing.obj_term}}" /></a>{{/if}} <a href="{{$thing.obj_url}}" >{{$thing.obj_term}}</a> </div> {{if $canedit}} |