Last active
September 25, 2015 14:23
-
-
Save ciaranha/97c1b281e15023cfc2fd to your computer and use it in GitHub Desktop.
Toolbar Preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="toolbar toolbar-preview clearfix"> | |
<div class="container clearfix"> | |
<div class="view-options clearfix"></div> | |
<div class="preview-title"> | |
<a><i class="fa fa-arrow-left"></i></a> Preview: Saas Dashboard | |
</div> | |
<div class="actions"> | |
{{#link-to | |
"insert.link" | |
class="btn btn-outline" | |
}} | |
Create Dashboard <i class="fa fa-plus"></i> | |
{{/link-to}} | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment