Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. <div class="gw-grid-row">
  2. <div class="gw-col-phone-12 gw-col-tablet-6">
  3. <button class="gw-btn ml-button-checked ml-margin-right ml-margin-top">
  4. {{'quoteandbind.common.views.ml-retrieve-quote.Continue my quote' | translate | uppercase }}
  5. </button>
  6. <button class="gw-btn ml-margin-right ml-margin-top"
  7. ng-click="goToNewQuote(form)">
  8. {{'quoteandbind.common.views.ml-retrieve-quote.Start a new quote' | translate | uppercase }}
  9. </button>
  10. </div>
  11. </div>
  12. </div>
  13. <p>-----------------kurwa---------</p>
  14. <div class="gw-grid-row">
  15. <div class="gw-col-phone-6 gw-col-tablet-3">
  16. <button class="gw-btn ml-button-checked ml-margin-right ml-margin-top">
  17. {{'quoteandbind.common.views.ml-retrieve-quote.Continue my quote' | translate | uppercase }}
  18. </button>
  19. </div>
  20. <div class="gw-col-phone-6 gw-col-tablet-3">
  21. <button class="gw-btn ml-margin-right ml-margin-top"
  22. ng-click="goToNewQuote(form)">
  23. {{'quoteandbind.common.views.ml-retrieve-quote.Start a new quote' | translate | uppercase }}
  24. </button>
  25. </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement