[IMP] Social widget on tracks

bzr revid: fp@tinyerp.com-20131222223038-5qp9uqytacwfgoo4
This commit is contained in:
Fabien Pinckaers 2013-12-22 23:30:38 +01:00
parent ca9e6f1905
commit 2be80c2205
1 changed files with 20 additions and 0 deletions

View File

@ -221,6 +221,26 @@
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4>Social Stream</h4>
</div>
<div class="panel-body">
<t t-call="website_mail.follow"><t t-set="object" t-value="event"/></t>
<div t-if="event.twitter_hashtag" class="mt16">
<p><strong>Participate on Twitter</strong></p>
<p class="text-muted">
Find out what others are seeing and
saying about this event, and join the
conversation.
</p>
<p><strong>Use this tag:
<a t-att-href="'http://twitter.com/search?q=#'+event.twitter_hashtag" class="label label-primary">#<span t-field="event.twitter_hashtag"/></a>
</strong></p>
</div>
</div>
</div>
<div class="panel panel-default" t-if="False">
<div class="panel-heading">
<h4>Documents</h4>