Fix button maker
This commit is contained in:
parent
617e34cd62
commit
f26fdb8c41
@ -2,17 +2,10 @@
|
||||
<button type="submit" id="{{id}}" class="btn {{btn_class}}" {{isDisabled}} rel="{{rel}}" data-placement="{{data_placement}}" title="{{title}}" style="{{style}}">
|
||||
{{#if text}}
|
||||
<span>{{text}}</span>
|
||||
{{/if}}
|
||||
{{#if i_class}}
|
||||
<i class="{{i_class}}" style="font-size:30px"></i>
|
||||
{{else}}
|
||||
{{#if i_class}}
|
||||
<i class="{{i_class}}" style="font-size:30px"></i><span>{{label}}</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</button>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
{{else}} -->
|
||||
<button type="submit" id="{{id}}" class="btn {{btn_class}}" {{isDisabled}} rel="{{rel}}" data-placement="{{data_placement}}" title="{{title}}">
|
||||
<i class="{{i_class}}" style="font-size:30px"></i><span>{{label}}</span>
|
||||
</button>
|
||||
<!-- {{/if}} -->
|
||||
>>>>>>> maxim/meteor-client-new-ui
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user