We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a430b commit 51a38ebCopy full SHA for 51a38eb
webapp/WEB-INF/templates/skin/plugins/wiki/somebody_is_editing.html
@@ -7,7 +7,7 @@
7
<h6 style="align-content: center">${user_name?replace("_", " ")} #i18n{wiki.somebody_is_editing}</h6>
8
<button class="btn btn-default">
9
<a href="jsp/site/Portal.jsp?page=wiki&view=page&page_name=${page_name}" title="#i18n{wiki.button.backToPage}">
10
- <span class="glyphicon glyphicon-chevron-left"></span> #i18n{wiki.button.backToPage}
+ <span class="fa fa-chevron-left"></span> #i18n{wiki.button.backToPage}
11
</a>
12
</button>
13
</div>
0 commit comments