mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Working on interface components.
This commit is contained in:
@@ -10,7 +10,7 @@ export default Ember.View.extend({
|
||||
classNames: ['btn'],
|
||||
classNameBindings: ['class', 'disabled'],
|
||||
|
||||
layout: Ember.Handlebars.compile('{{#if view.icon}}{{fa-icon view.icon class="fa-fw"}} {{/if}}<span>{{view.title}}</span>'),
|
||||
layout: Ember.Handlebars.compile('{{#if view.icon}}{{fa-icon view.icon class="fa-fw"}} {{/if}}<span class="label">{{view.title}}</span>'),
|
||||
|
||||
click: function() {
|
||||
this.action();
|
||||
|
Reference in New Issue
Block a user