[IMP] Simplify snippet so that they are useabile out-of-the-box
authorFabien Pinckaers <fp@tinyerp.com>
Wed, 5 Feb 2014 21:41:51 +0000 (22:41 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Wed, 5 Feb 2014 21:41:51 +0000 (22:41 +0100)
bzr revid: fp@tinyerp.com-20140205214151-s6narh04xsffjri2

addons/website/views/snippets.xml

index 2012340..be2456b 100644 (file)
                         <span class="fa fa-suitcase fa-5x"></span>
                         <h3 class="mt8 mb0">First Feature</h3>
                         <p class="text-muted">Tell what's the value for the customer for this feature.</p>
-                        <p><a class="btn btn-primary">Learn More</a></p>
                     </div>
                     <div class="col-md-3 text-center">
                         <span class="fa fa-lock fa-5x"></span>
                         <h3 class="mt8 mb0">Second Feature</h3>
                         <p class="text-muted">Write what the customer would like to know, not what you want to show.</p>
-                        <p><a class="btn btn-success">Take Tour</a></p>
                     </div>
                     <div class="col-md-3 text-center">
                         <span class="fa fa-heart fa-5x"></span>
                         <h3 class="mt8 mb0">Third Feature</h3>
                         <p class="text-muted">A small explanation of this great feature, in clear words.</p>
-                        <p><a class="btn btn-info">Buy Now</a></p>
                     </div>
                     <div class="col-md-3 text-center">
                         <span class="fa fa-credit-card fa-5x"></span>
                         <h3 class="mt8 mb0">Fourth Feature</h3>
                         <p class="text-muted">A small explanation of this great feature on two lines.</p>
-                        <p><a class="btn btn-danger">Buy Now</a></p>
                     </div>
                 </div>
             </div>