silverstripe-framework/admin/templates/Includes/BackLink_Button.ss
Paul Clarke 7093224db3 Markup and styles for back button outside of new toolbar
Adjust height of north bar to match rest of CMS plus minor positioning
fixes.
2016-05-11 14:39:47 +12:00

6 lines
179 B
Scheme

<% if $Backlink %>
<div class="cms_backlink">
<a class="btn btn-secondary font-icon-left-open-big toolbar__back-button btn--no-text" href="$Backlink"></a>
</div>
<% end_if %>