mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #3268 from overleaf/msm-fix-left-footer-links
Skip left footer translation when no url is set GitOrigin-RevId: c282edfa5189094b9a1b727d3a36e189e4b494a0
This commit is contained in:
@@ -32,7 +32,7 @@ footer.site-footer
|
||||
if item.url
|
||||
a(href=item.url, class=item.class) !{translate(item.text)}
|
||||
else
|
||||
| !{translate(item.text)}
|
||||
| !{item.text}
|
||||
|
||||
ul.col-md-3.text-right
|
||||
|
||||
|
||||
Reference in New Issue
Block a user