Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <div class="hidden-md" id="mobile-info">
  2.  
  3. <p class="text-center">
  4. <a href="#shopperExperience" class="btn btn-primary switch-chart" data-show-tip="pre-store-preparation" data-chart-title="Consumer Takes Us Through a Shopping Experience" data-toggle="collapse" aria-expanded="false" aria-controls="shopperExperience" data-parent="#mobile-info">Shopper Experience</a>
  5.  
  6. <a href="#productLifeCycle" class="btn btn-primary switch-chart" data-show-tip="growth-over-time" data-chart-title="Understanding the Lifecycle of a Product or Service" data-toggle="collapse" aria-expanded="false" aria-controls="productLifeCycle" data-parent="#mobile-info">Product/Service Lifecycle</a>
  7. </p>
  8.  
  9. <div id="shopperExperience" class="collapse">
  10. <%= render 'shared/shopper_exp_mobile_tips' %>
  11. </div>
  12.  
  13. <div id="productLifeCycle" class="collapse">
  14. <%= render 'shared/product_lifecycle_mobile_tips' %>
  15. </div>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement