diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 09:43:38 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 09:43:38 +0200 |
commit | 8be7b5c65b8e43b7128bcd565cd50a710fc66b55 (patch) | |
tree | 0de440ba2d0a9439142a8e1f2b8973d636fe2361 /view/theme/quattro/conversation.tpl | |
parent | 67a2d5be771514b17b3f96979e7c2c350aa24778 (diff) | |
download | volse-hubzilla-8be7b5c65b8e43b7128bcd565cd50a710fc66b55.tar.gz volse-hubzilla-8be7b5c65b8e43b7128bcd565cd50a710fc66b55.tar.bz2 volse-hubzilla-8be7b5c65b8e43b7128bcd565cd50a710fc66b55.zip |
quattro: work on
"like" activitiy items less visible
fixes to widths
popup notification out of navbar
category input in jot
Diffstat (limited to 'view/theme/quattro/conversation.tpl')
-rw-r--r-- | view/theme/quattro/conversation.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index ff202bbe4..7bb7cd2fd 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -9,8 +9,11 @@ {{endif}} {{if $item.comment_lastcollapsed}}</div>{{endif}} - {{ inc $item.template }}{{ endinc }} - + {{ if $item.type == tag }} + {{ inc wall_item_tag.tpl }}{{ endinc }} + {{ else }} + {{ inc $item.template }}{{ endinc }} + {{ endif }} {{ endfor }} </div> |