2014-08-13 07:31:14 -04:00
|
|
|
|
- if(typeof(recomendSubdomain) != "undefined")
|
2014-08-13 09:14:31 -04:00
|
|
|
|
span(ng-controller="TranslationsPopupController", ng-cloak)
|
|
|
|
|
.translations-message(ng-hide="hidei18nNotification")
|
|
|
|
|
.container
|
|
|
|
|
.row
|
|
|
|
|
.col-md-12
|
2014-08-13 11:04:49 -04:00
|
|
|
|
a(href=recomendSubdomain.url+currentUrl) #{translate("click_here_to_view_sl_in_lng", {lngName:translate(recomendSubdomain.lngCode)})}
|
2014-08-13 09:14:31 -04:00
|
|
|
|
img(src="/img/flags/32/#{recomendSubdomain.lngCode}.png")
|
|
|
|
|
button.close
|
|
|
|
|
span(aria-hidden="true", ng-click="dismiss()") ×
|
|
|
|
|
span.sr-only Close
|