Browse Source

OOB: Cleanup old comments

4.3
JR Maitre 8 years ago
parent
commit
aa5e82a7e6
2 changed files with 0 additions and 18 deletions
  1. +0
    -9
      views/groups-numbers.html
  2. +0
    -9
      views/users-numbers.html

+ 0
- 9
views/groups-numbers.html View File

@ -19,15 +19,6 @@
<button type="button" class="monster-button monster-button-danger remove-number">{{ @root.i18n.unassign }}</button>
{{ formatPhoneNumber @key }}
</div>
<!--<div class="locality">
{{#if localityEnabled}}
<span class="flag"><img src="css/assets/flags/32/{{ locality.iso }}.png" height="32" width="32"></img></span>
<span class="city">{{ locality.city }}, {{ locality.country }}</span>
{{else}}
N/A
{{/if}}
</div>
-->
</div>
{{else}}


+ 0
- 9
views/users-numbers.html View File

@ -23,15 +23,6 @@
{{ formatPhoneNumber this.phoneNumber }}
</span>
</div>
<!--<div class="locality">
{{#if this.localityEnabled}}
<span class="flag"><img src="css/assets/flags/32/{{ this.locality.iso }}.png" height="32" width="32"></img></span>
<span class="city">{{ this.locality.city }}, {{ this.locality.country }}</span>
{{else}}
N/A
{{/if}}
</div>
-->
</div>
{{else}}


Loading…
Cancel
Save