Skip to content

Commit

Permalink
Merge pull request #16 from laflower/master
Browse files Browse the repository at this point in the history
use text property with tab design
  • Loading branch information
sglanzer committed Mar 30, 2016
2 parents 97dcbf4 + c346393 commit cbfb525
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions addon/pods/components/frost-tabs/template.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<div class="tab-nav">
{{#each tabs as |tab|}}
{{#frost-button class=(concat 'tab' (if (eq tab.id selection) ' active')) design='tab' disabled=tab.disabled onClick=(action on-change tab.id)}}
<div class="text">
{{tab.alias}}
</div>
{{#frost-button class=(concat 'tab' (if (eq tab.id selection) ' active')) design='tab' disabled=tab.disabled onClick=(action on-change tab.id) text=tab.alias}}
{{/frost-button}}
{{/each}}
</div>
Expand Down

0 comments on commit cbfb525

Please sign in to comment.