Skip to content

Commit

Permalink
Merge pull request #17 from laflower/master
Browse files Browse the repository at this point in the history
remove unnecessary #block
  • Loading branch information
sglanzer committed Mar 30, 2016
2 parents f83dd4a + efb2480 commit 1e5e98a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addon/pods/components/frost-tabs/template.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +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) text=tab.alias}}
{{/frost-button}}
{{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}}
{{/each}}
</div>
{{yield}}

0 comments on commit 1e5e98a

Please sign in to comment.