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

8 lines
518 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>"})}
2016-07-18 09:05:07 -04:00
img(src=imgPath+"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")}