show self-tags

darcs-hash:20081120215751-84dde-8954f2dd5be0a333329d035a649676193c8844e9.gz
This commit is contained in:
Evan Prodromou 2008-11-20 16:57:51 -05:00
parent 1ea47843d2
commit 48b55301d4
1 changed files with 3 additions and 0 deletions

View File

@ -375,6 +375,9 @@ class ShowstreamAction extends StreamAction {
common_element('dd', 'subscribers', (is_int($subbed_count)) ? $subbed_count : '0');
common_element('dt', 'notices', _('Notices'));
common_element('dd', 'notices', (is_int($notice_count)) ? $notice_count : '0');
# XXX: link these to something
common_element('dt', 'tags', _('Tags'));
common_element('dd', 'tags', implode(' ', Profile_tag::getTags($profile->id, $profile->id)));
common_element_end('dl');
common_element_end('div');