overleaf/services/web/app/views/translations/translation_message.pug

8 lines
529 B
Text
Raw Normal View History

- if(typeof(recomendSubdomain) != "undefined")
span(ng-controller="TranslationsPopupController", ng-cloak)
.translations-message(ng-hide="hidei18nNotification")
2014-08-14 11:33:01 -04:00
a(href=recomendSubdomain.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName:"<strong>" + translate(recomendSubdomain.lngCode) + "</strong>"})}
img(src=buildImgPath("flags/24/" + recomendSubdomain.lngCode + ".png"))
2014-10-02 12:27:02 -04:00
button(ng-click="dismiss()").close.pull-right
span(aria-hidden="true") &times;
2014-09-26 10:04:25 -04:00
span.sr-only #{translate("close")}