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:
@@ -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: '',
|
||||
|
Reference in New Issue
Block a user