| OLD | NEW |
| 1 <li id="destination-list-item-template" class="destination-list-item" hidden> | 1 <li id="destination-list-item-template" class="destination-list-item" hidden> |
| 2 <img class="destination-list-item-icon"> | 2 <span class="destination-list-item-content"> |
| 3 <span class="destination-list-item-name"></span> | 3 <img class="destination-list-item-icon"> |
| 4 <span class="offline-status" hidden></span> | 4 <span class="destination-list-item-name"></span> |
| 5 <span class="register-promo" hidden> | 5 <span class="offline-status" hidden></span> |
| 6 <button i18n-content="registerPromoButtonText" | 6 <span class="register-promo" hidden> |
| 7 class="register-promo-button"> | 7 <button i18n-content="registerPromoButtonText" |
| 8 </button> | 8 class="register-promo-button"> |
| 9 </button> |
| 10 </span> |
| 9 </span> | 11 </span> |
| 10 </li> | 12 </li> |
| OLD | NEW |