[IMP] change the class name in event view

bzr revid: rma@tinyerp.com-20121022121619-67kcqdw44a611aae
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-10-22 17:46:19 +05:30
parent 470c7d33f2
commit 5d557f2ec9
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@
<t t-if="record.is_subscribed.raw_value">
<button type="object" name="unsubscribe_to_event" class="oe_unsubscribe_button ">
<span>Subscribed</span>
<span class="unsubscribe">Unsubscribe</span>
<span class="oe_unsubscribe">Unsubscribe</span>
</button>
</t>
</div>