1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

Add styles for post footer/actions

Will be used by extensions
This commit is contained in:
Toby Zerner
2015-02-13 22:03:34 +10:30
parent 82b1107db6
commit 80cc910175
4 changed files with 44 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ export default Ember.Component.extend({
attributeBindings: ['href', 'title'],
classNameBindings: ['className'],
href: '#',
layout: precompileTemplate('{{#if icon}}{{fa-icon icon class="fa-fw icon-glyph"}} {{/if}}<span>{{label}}</span>'),
layout: precompileTemplate('{{#if icon}}{{fa-icon icon class="fa-fw icon-glyph"}} {{/if}}<span class="label">{{label}}</span>'),
label: '',
icon: '',