Added missing button icon
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 May 2016 12:12:47 +0000 (14:12 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 May 2016 12:12:47 +0000 (14:12 +0200)
com.woltlab.wcf/templates/editHistory.tpl

index 7de9205e65314694d830a5e9244d4f17dfd97682..0e91d9f84ff3509c558ebc1677d2f25d30012221 100644 (file)
@@ -2,7 +2,7 @@
 
 {capture assign='contentTitle'}{lang}wcf.edit.versions{/lang}: {$object->getTitle()}{/capture}
 
-{capture assign='contentHeaderNavigation'}<li><a href="{$object->getLink()}" class="button">{lang}wcf.edit.button.goToContent{/lang}</a></li>{/capture}
+{capture assign='contentHeaderNavigation'}<li><a href="{$object->getLink()}" class="button"><span class="icon icon16 fa-arrow-right"></span> <span>{lang}wcf.edit.button.goToContent{/lang}</span></a></li>{/capture}
 
 {include file='header'}