Browse Source

UI-1224: Update flags paths

4.3
Joris Tirado 11 years ago
parent
commit
1cba1331c5
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      views/groups-numbers.html
  2. +1
    -1
      views/users-numbers.html

+ 1
- 1
views/groups-numbers.html View File

@ -38,7 +38,7 @@
</div>
<!--<div class="locality">
{{#if localityEnabled}}
<span class="flag"><img src="css/flags/32/{{ locality.iso }}.png" height="32" width="32"></img></span>
<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


+ 1
- 1
views/users-numbers.html View File

@ -38,7 +38,7 @@
</div>
<!--<div class="locality">
{{#if this.localityEnabled}}
<span class="flag"><img src="css/flags/32/{{ this.locality.iso }}.png" height="32" width="32"></img></span>
<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


Loading…
Cancel
Save